2002-09-22 Andreas Schwab <schwab@suse.de>

* cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Append, not overwrite.
This commit is contained in:
Roland McGrath 2002-09-22 20:44:43 +00:00
parent 779bb513cd
commit 801475c7a9
1 changed files with 1 additions and 1 deletions

View File

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