1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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

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)