diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-19 09:49:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-19 09:49:04 +0000 |
commit | 6bc45b2d57f845be8bc76b6071a223660605a58c (patch) | |
tree | affb241302283ab73a7bbdb58bb5b7756368353d /libpthread/linuxthreads_db | |
parent | a9216d27455b7eaa726d20a31d5030a6381888ed (diff) |
#1273 if EXTRAVERSION is set, make sure we respect it
Diffstat (limited to 'libpthread/linuxthreads_db')
-rw-r--r-- | libpthread/linuxthreads_db/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads_db/Makefile.in b/libpthread/linuxthreads_db/Makefile.in index d6ad70085..23a9199aa 100644 --- a/libpthread/linuxthreads_db/Makefile.in +++ b/libpthread/linuxthreads_db/Makefile.in @@ -15,7 +15,7 @@ endif LIBS-libthread_db.so := $(LIBS) -libthread_db_FULL_NAME := libthread_db-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so +libthread_db_FULL_NAME := libthread_db-$(VERSION).so libthread_db_DIR := $(top_srcdir)libpthread/linuxthreads_db libthread_db_OUT := $(top_builddir)libpthread/linuxthreads_db |