summaryrefslogtreecommitdiffstats
path: root/librt
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-03-16 08:51:34 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-03-16 08:51:34 +0000
commite772b90e7e8190112a987f7c18c19a33766acfd0 (patch)
tree4d1400da48cfc116476ffe69bd76d6f782759c4c /librt
parent35201f6b3f772e03ce456d20605ba99f21e6a04a (diff)
downloaduClibc-alpine-e772b90e7e8190112a987f7c18c19a33766acfd0.tar.bz2
uClibc-alpine-e772b90e7e8190112a987f7c18c19a33766acfd0.tar.xz
Merge nptl branch tree with trunk.
Step 6: fix Makefiles to use $(VERSION) and the compiler-driver for the link stage Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'librt')
-rw-r--r--librt/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/librt/Makefile.in b/librt/Makefile.in
index 413d91dd1..1062cf470 100644
--- a/librt/Makefile.in
+++ b/librt/Makefile.in
@@ -16,7 +16,7 @@ endif
LIBS-librt.so := $(LIBS)
-librt_FULL_NAME := librt-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so
+librt_FULL_NAME := librt-$(VERSION).so
librt_DIR := $(top_srcdir)librt
librt_OUT := $(top_builddir)librt