This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug#116145: [Bug libgcj/7854] fastjar update (-u) should be implemented


pinskia at gcc dot gnu dot org writes:
> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-07 07:08 -------
> This causes a regression on i686-unkown-openbsd3.1:
> /home/gates/pinskia/src/gnu/gcc/src/fastjar/jartool.c:234:20: getopt.h: No such file or directory
[...]

Sorry, on GNU/Linux the system header was found.
Committed as obvious.

2004-07-07  Matthias Klose  <doko@debian.org>

        * Makefile.am (jar_CPPFLAGS): Add AM_CPPFLAGS.
        * Makefile.in: Regenerate.

--- Makefile.am~        2004-07-06 23:31:24.000000000 +0200
+++ Makefile.am 2004-07-07 10:38:08.000000000 +0200
@@ -50,7 +50,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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]