aboutsummaryrefslogtreecommitdiff
path: root/fastjar
diff options
context:
space:
mode:
authorMatthias Klose <doko@debian.org>2004-07-07 08:43:10 +0000
committerMatthias Klose <doko@gcc.gnu.org>2004-07-07 08:43:10 +0000
commit874a4e75a7eccdc84d42a2f61b614c89be906887 (patch)
tree2d90630bafc62a0ea4ed2ffbe6f755a040d59350 /fastjar
parent2272d9cf7ce97e702af9a203209f4aa4a649faa9 (diff)
downloadgcc-874a4e75a7eccdc84d42a2f61b614c89be906887.zip
gcc-874a4e75a7eccdc84d42a2f61b614c89be906887.tar.gz
gcc-874a4e75a7eccdc84d42a2f61b614c89be906887.tar.bz2
Makefile.am (jar_CPPFLAGS): Add AM_CPPFLAGS.
2004-07-07 Matthias Klose <doko@debian.org> * Makefile.am (jar_CPPFLAGS): Add AM_CPPFLAGS. * Makefile.in: Regenerate. From-SVN: r84196
Diffstat (limited to 'fastjar')
-rw-r--r--fastjar/ChangeLog5
-rw-r--r--fastjar/Makefile.am2
-rw-r--r--fastjar/Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog
index ff71969..87e8d2b 100644
--- a/fastjar/ChangeLog
+++ b/fastjar/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-07 Matthias Klose <doko@debian.org>
+
+ * Makefile.am (jar_CPPFLAGS): Add AM_CPPFLAGS.
+ * Makefile.in: Regenerate.
+
2004-07-06 Matthias Klose <doko@debian.org>
* Makefile.in: Regenerate.
diff --git a/fastjar/Makefile.am b/fastjar/Makefile.am
index 3358e47..eeff9a1 100644
--- a/fastjar/Makefile.am
+++ b/fastjar/Makefile.am
@@ -50,7 +50,7 @@ jar_SOURCES = jartool.c dostime.c compress.c pushback.c shift.c jartool.h \
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
diff --git a/fastjar/Makefile.in b/fastjar/Makefile.in
index b0fc083..bcbb3c7 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