summaryrefslogtreecommitdiff
path: root/fastjar/Makefile.in
diff options
context:
space:
mode:
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-07 08:43:10 +0000
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-07 08:43:10 +0000
commit5d94f0ac45d4784640c5bc88acc02a7be5cb1ea1 (patch)
tree2d90630bafc62a0ea4ed2ffbe6f755a040d59350 /fastjar/Makefile.in
parent63ae85945ac2eceff1f103ea8f0d44ebae28406a (diff)
downloadgcc-5d94f0ac45d4784640c5bc88acc02a7be5cb1ea1.tar.gz
2004-07-07 Matthias Klose <doko@debian.org>
* Makefile.am (jar_CPPFLAGS): Add AM_CPPFLAGS. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84196 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/Makefile.in')
-rw-r--r--fastjar/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastjar/Makefile.in b/fastjar/Makefile.in
index b0fc08389be..bcbb3c7ef28 100644
--- a/fastjar/Makefile.in
+++ b/fastjar/Makefile.in
@@ -234,7 +234,7 @@ zipfile.h dostime.h compress.h pushback.h shift.h
jar_LDADD = $(ZLIBS) $(LIBIBERTY)
jar_DEPENDENCIES = $(ZDEPS) $(LIBIBERTY)
-jar_CPPFLAGS = -DWITH_SHIFT_DOWN
+jar_CPPFLAGS = $(AM_CPPFLAGS) -DWITH_SHIFT_DOWN
grepjar_SOURCES = jargrep.c dostime.c compress.c pushback.c jartool.h \
zipfile.h dostime.h compress.h pushback.h