diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-22 17:32:28 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-22 17:32:28 +0000 |
commit | e55aa207650ecd59f44d03082b6d4ee3f80a13db (patch) | |
tree | 0ca343cb9d848666f40f3bc731205a7b2ae790fd /fastjar/Makefile.am | |
parent | 3d4a926431f0c08ead987da3d4eda07348b80408 (diff) | |
download | gcc-e55aa207650ecd59f44d03082b6d4ee3f80a13db.tar.gz |
* Makefile.in: Rebuilt.
* Makefile.am (bin_PROGRAMS): Remove grepjar.
(EXTRA_PROGRAMS): New macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39184 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/Makefile.am')
-rw-r--r-- | fastjar/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fastjar/Makefile.am b/fastjar/Makefile.am index fa22049ed4b..b75f077b907 100644 --- a/fastjar/Makefile.am +++ b/fastjar/Makefile.am @@ -40,7 +40,8 @@ AM_MAKEFLAGS = \ INCLUDES = -I. -I$(top_srcdir) $(ZINCS) -bin_PROGRAMS = fastjar grepjar +bin_PROGRAMS = fastjar +EXTRA_PROGRAMS = grepjar fastjar_SOURCES = jartool.c dostime.c compress.c pushback.c jartool.h zipfile.h dostime.h compress.h pushback.h fastjar_LDADD = $(ZLIBS) fastjar_DEPENDENCIES = $(ZDEPS) |