mirror of git://sourceware.org/git/glibc.git
2002-09-22 Andreas Schwab <schwab@suse.de>
* cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Append, not overwrite.
This commit is contained in:
parent
779bb513cd
commit
801475c7a9
|
@ -4,4 +4,4 @@
|
|||
cpp-src := $(firstword $(cpp-srcs-left))
|
||||
cpp-srcs-left := $(filter-out $(cpp-src),$(cpp-srcs-left))
|
||||
|
||||
CPPFLAGS-$(cpp-src) = -DNOT_IN_libc -DIS_IN_$(lib)
|
||||
CPPFLAGS-$(cpp-src) += -DNOT_IN_libc -DIS_IN_$(lib)
|
||||
|
|
Loading…
Reference in New Issue