2004-07-07 Matthias Klose <doko@debian.org>
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jul 2004 08:43:10 +0000 (08:43 +0000)
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jul 2004 08:43:10 +0000 (08:43 +0000)
        * 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

fastjar/ChangeLog
fastjar/Makefile.am
fastjar/Makefile.in

index ff71969..87e8d2b 100644 (file)
@@ -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.
index 3358e47..eeff9a1 100644 (file)
@@ -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
index b0fc083..bcbb3c7 100644 (file)
@@ -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