mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
2002-09-25 Roland McGrath <roland@redhat.com>
* Makeconfig (%.v.i pattern rule): Use $(CPPFLAGS).
This commit is contained in:
parent
b4d8d06a49
commit
8027e18876
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user