summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-21 15:19:47 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-21 15:19:47 +0000
commitae8b36f7ec9f3e8f7a6f52154b3e92669e8681a5 (patch)
treedf0c901f9faf7f9ba7d31bf2d8e1ae69e8eae8b3 /Makeconfig
parent04fbd6533c3454c78523f8c90608eb6e52c74ff5 (diff)
Update.
* Makeconfig (CPPFLAGS): Revert last change. It has too many weird effects.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index f4f6508f1c..6ae27e9dc6 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -570,7 +570,7 @@ libio-include = -I$(..)libio
# These are the variables that the implicit compilation rules use.
CPPFLAGS = $($(subdir)-CPPFLAGS) $(+includes) $(defines) \
- -imacros $(..)include/libc-symbols.h $(sysdep-CPPFLAGS) \
+ -include $(..)include/libc-symbols.h $(sysdep-CPPFLAGS) \
$(CPPFLAGS-$(suffix $@)) $(CPPFLAGS-$(<F)) $(CPPFLAGS-$(@F))
override CFLAGS = $(filter-out %frame-pointer,$(+cflags)) $(sysdep-CFLAGS) \
$(CFLAGS-$(suffix $@)) $(CFLAGS-$(<F)) $(CFLAGS-$(@F))