From 8027e188767b9068eec68f1730af711591c449c7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 25 Sep 2002 07:19:28 +0000 Subject: 2002-09-25 Roland McGrath * Makeconfig (%.v.i pattern rule): Use $(CPPFLAGS). --- Makeconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index 9216b4c2a8..75dcf38e23 100644 --- a/Makeconfig +++ b/Makeconfig @@ -737,8 +737,7 @@ ifeq (yes, $(build-shared)) # (but no commands). %.v.i: $(common-objpfx)config.h sed '/^[ ]*#/d;s/^[ ]*%/#/' $(filter-out FORCE %.h,$^) \ - | $(CC) -E -undef -I$(common-objdir) -I$(..)include \ - -include $(common-objpfx)config.h \ + | $(CC) -E -undef $(CPPFLAGS) \ -DASSEMBLER -x assembler-with-cpp - \ > $@T mv -f $@T $@ -- cgit v1.2.1