2002-09-25 Roland McGrath <roland@redhat.com>

* Makeconfig (%.v.i pattern rule): Use $(CPPFLAGS).
This commit is contained in:
Roland McGrath 2002-09-25 07:19:28 +00:00
parent b4d8d06a49
commit 8027e18876

View file

@ -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 $@