diff options
author | Roland McGrath <roland@redhat.com> | 1995-04-05 04:53:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-04-05 04:53:56 +0000 |
commit | 226a132e3131d309c1f112b01867fcd03f12ed71 (patch) | |
tree | 0f93112b6e90e3ae9e136e4d35621cd4e4e6d12b | |
parent | b59f5f30b9bf75e32636a670622495d99d14f343 (diff) | |
download | gunmake-226a132e3131d309c1f112b01867fcd03f12ed71.tar.gz |
(CPPFLAGS): Use $(defines) too.
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 14b0ca6..35572e0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -50,7 +50,7 @@ exec_prefix = $(prefix) extras := $(filter-out getloadavg.o @%@,$(extras)) getloadavg.o LOADLIBES := $(filter-out @%@,$(LOADLIBES)) ALLOCA := $(filter-out @%@,$(ALLOCA)) -CPPFLAGS := $(filter-out @%@,$(CPPFLAGS)) -DHAVE_CONFIG_H +CPPFLAGS := $(filter-out @%@,$(defines) $(CPPFLAGS)) -DHAVE_CONFIG_H ifdef AC_MACRODIR configure config.h.in: $(patsubst %,$(AC_MACRODIR)/%.m4,acspecific acgeneral) |