diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-03-16 08:51:34 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-03-16 08:51:34 +0000 |
commit | e772b90e7e8190112a987f7c18c19a33766acfd0 (patch) | |
tree | 4d1400da48cfc116476ffe69bd76d6f782759c4c /librt | |
parent | 35201f6b3f772e03ce456d20605ba99f21e6a04a (diff) | |
download | uClibc-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.in | 2 |
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 |