summaryrefslogtreecommitdiff
path: root/fastjar/Makefile.am
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@gcc.gnu.org>2002-01-03 04:57:56 +0000
committerCraig Rodrigues <rodrigc@gcc.gnu.org>2002-01-03 04:57:56 +0000
commit798010914efad2e7b17c61307de2cd1444c2fc66 (patch)
tree409560be27bbc2506bdd4af973f083ffec2f785c /fastjar/Makefile.am
parentbf7edb60c8fb5aada12dd870c029aaac488a042b (diff)
downloadgcc-798010914efad2e7b17c61307de2cd1444c2fc66.tar.gz
re PR bootstrap/5117 (irix6.5 bootstrap failure when using SGI's compiler)
2001-01-02 Craig Rodrigues <rodrigc@gcc.gnu.org> PR bootstrap/5117 * configure.in (AC_CHECK_HEADERS): Check for stdlib.h. * Makefile.am: Move grepjar to bin_PROGRAMS. * config.h.in: Regenerated. * Makefile.in: Regenerated. * aclocal.m4: Regenerated. * jargrep.c: Eliminate some signed/unsigned and default uninitialized warnings. Use HAVE_STDLIB_H instead of STDC_HEADERS macro. * jartool.c: Likewise. * compress.c: Likewise. From-SVN: r48493
Diffstat (limited to 'fastjar/Makefile.am')
-rw-r--r--fastjar/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/fastjar/Makefile.am b/fastjar/Makefile.am
index a4393fa55c4..795575d3a47 100644
--- a/fastjar/Makefile.am
+++ b/fastjar/Makefile.am
@@ -40,8 +40,7 @@ AM_MAKEFLAGS = \
INCLUDES = -I. -I$(top_srcdir) $(ZINCS)
-bin_PROGRAMS = jar
-EXTRA_PROGRAMS = grepjar
+bin_PROGRAMS = jar grepjar
jar_SOURCES = jartool.c dostime.c compress.c pushback.c jartool.h zipfile.h dostime.h compress.h pushback.h
jar_LDADD = $(ZLIBS)
jar_DEPENDENCIES = $(ZDEPS)