summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads.old/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-03-19 09:49:04 +0000
committerMike Frysinger <vapier@gentoo.org>2007-03-19 09:49:04 +0000
commit6bc45b2d57f845be8bc76b6071a223660605a58c (patch)
treeaffb241302283ab73a7bbdb58bb5b7756368353d /libpthread/linuxthreads.old/Makefile.in
parenta9216d27455b7eaa726d20a31d5030a6381888ed (diff)
#1273 if EXTRAVERSION is set, make sure we respect it
Diffstat (limited to 'libpthread/linuxthreads.old/Makefile.in')
-rw-r--r--libpthread/linuxthreads.old/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/Makefile.in b/libpthread/linuxthreads.old/Makefile.in
index 9c152764f..de7467684 100644
--- a/libpthread/linuxthreads.old/Makefile.in
+++ b/libpthread/linuxthreads.old/Makefile.in
@@ -22,7 +22,7 @@ LIBS-libpthread.so := $(LIBS) $(ldso)
START_FILE-libpthread.so := $(SHARED_START_FILES)
END_FILE-libpthread.so := $(SHARED_END_FILES)
-libpthread_FULL_NAME := libpthread-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so
+libpthread_FULL_NAME := libpthread-$(VERSION).so
libpthread_DIR := $(top_srcdir)libpthread/linuxthreads.old
libpthread_OUT := $(top_builddir)libpthread/linuxthreads.old