]> sourceware.org Git - glibc.git/commitdiff
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 5f3bcc0668cb503ff05b5712600da51d17b60937..790d345a0ac721e6fe55770636d307ababc7ff21 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)
This page took 0.03615 seconds and 5 git commands to generate.