From 58bd16ab173a4df7b4d2b4d1f1c6a9aaff165ee8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 28 May 2002 23:21:57 +0000 Subject: Fixup and unifiy version numbering. Automate versioning updates. Propagate fixes across makefiles. -Erik --- libpthread/linuxthreads_db/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/linuxthreads_db') diff --git a/libpthread/linuxthreads_db/Makefile b/libpthread/linuxthreads_db/Makefile index 568369108..4725993d2 100644 --- a/libpthread/linuxthreads_db/Makefile +++ b/libpthread/linuxthreads_db/Makefile @@ -21,7 +21,7 @@ TOPDIR=../../ include $(TOPDIR)Rules.mak #Adjust the soname version to avoid namespace collisions with glibc's libpthread -PT_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) +PT_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) LIBPTHREAD=../libpthread.a # set up system dependencies include dirs (NOTE: order matters!) -- cgit v1.2.3