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 /libm/Makefile | |
parent | a46c34c4ec04aa052116f787040180d12b74793b (diff) |
Fixup and unifiy version numbering. Automate versioning updates.
Propagate fixes across makefiles.
-Erik
Diffstat (limited to 'libm/Makefile')
-rw-r--r-- | libm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <andersen@uclibc.org> +# Copyright (C) 2000-2002 Erik Andersen <andersen@uclibc.org> # # 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) |