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 --- libm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libm/Makefile') diff --git a/libm/Makefile b/libm/Makefile index 80ee30c4d..4c6f27924 100644 --- a/libm/Makefile +++ b/libm/Makefile @@ -1,6 +1,6 @@ # Makefile for uClibc's math library # -# Copyright (C) 2000,2001 Erik Andersen +# Copyright (C) 2000-2002 Erik Andersen # # The routines included in this math library are derived from the # math library for Apple's MacOS X/Darwin math library, which was @@ -44,7 +44,7 @@ ALL_SUBDIRS = powerpc LIBM=libm.a LIBM_SHARED=libm.so -LIBM_SHARED_FULLNAME=libm-$(MAJOR_VERSION).$(MINOR_VERSION).so +LIBM_SHARED_FULLNAME=libm-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so CFLAGS+=-D_IEEE_LIBM -D_ISOC99_SOURCE -D_SVID_SOURCE ifeq ($(strip $(DO_C99_MATH)),true) -- cgit v1.2.3