diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-05-28 23:21:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-05-28 23:21:57 +0000 |
commit | 58bd16ab173a4df7b4d2b4d1f1c6a9aaff165ee8 (patch) | |
tree | 999d784234b148b108e4e1ab399ab97d519f9c0e /libpthread/Makefile | |
parent | a46c34c4ec04aa052116f787040180d12b74793b (diff) | |
download | uClibc-alpine-58bd16ab173a4df7b4d2b4d1f1c6a9aaff165ee8.tar.bz2 uClibc-alpine-58bd16ab173a4df7b4d2b4d1f1c6a9aaff165ee8.tar.xz |
Fixup and unifiy version numbering. Automate versioning updates.
Propagate fixes across makefiles.
-Erik
Diffstat (limited to 'libpthread/Makefile')
-rw-r--r-- | libpthread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/Makefile b/libpthread/Makefile index f8ab00a2b..8a726fe69 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -22,11 +22,11 @@ include $(TOPDIR)Rules.mak #Adjust the soname version to avoid namespace collisions with glibc's libpthread LIBPTHREAD=libpthread.a LIBPTHREAD_SHARED=libpthread.so -LIBPTHREAD_SHARED_FULLNAME=libpthread-$(MAJOR_VERSION).$(MINOR_VERSION).so +LIBPTHREAD_SHARED_FULLNAME=libpthread-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so LIBTHREAD_DB=libthread_db.a LIBTHREAD_DB_SHARED=libthread_db.so -LIBTHREAD_DB_SHARED_FULLNAME=libthread_db-$(MAJOR_VERSION).$(MINOR_VERSION).so +LIBTHREAD_DB_SHARED_FULLNAME=libthread_db-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so DIRS= ifeq ($(strip $(INCLUDE_THREADS)),true) |