summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-25 20:14:26 +0000
committerRoland McGrath <roland@gnu.org>2002-08-25 20:14:26 +0000
commitd8a36a812d9ee3c2fd935d2391b27303903f0091 (patch)
tree404c6253ee25cc817bb7a2677445ca451e5850f8 /misc
parentfd77c3615da7e73e590e2d85a86145a003f9ce6b (diff)
2002-08-25 Roland McGrath <roland@redhat.com>
* misc/Makefile (CFLAGS-init-misc.c): Varaible removed. It served to set -fkeep-inline-functions, which is not needed for the current file.
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile
index a647c06d2f..b9c5ee6228 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -83,8 +83,6 @@ include ../Rules
$(objpfx)libbsd-compat.a: $(dep-dummy-lib); $(make-dummy-lib)
$(objpfx)libg.a: $(dep-dummy-lib); $(make-dummy-lib)
-CFLAGS-init-misc.c = -fkeep-inline-functions
-
ifeq ($(build-shared),yes)
$(objpfx)tst-tsearch: $(common-objpfx)math/libm.so$(libm.so-version)
else