2002-09-22 Andreas Schwab <schwab@suse.de>
authorRoland McGrath <roland@gnu.org>
Sun, 22 Sep 2002 20:44:43 +0000 (20:44 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 22 Sep 2002 20:44:43 +0000 (20:44 +0000)
* cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Append, not overwrite.

cppflags-iterator.mk

index 5f3bcc0..790d345 100644 (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)