summaryrefslogtreecommitdiff
path: root/fastjar/Makefile.am
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-14 18:49:11 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-14 18:49:11 +0000
commit7cf203895b4196e2a4f82aa08b623442671567d0 (patch)
tree34c0fd03ee7b67136773a88793f4c48f6a1ca4b3 /fastjar/Makefile.am
parent5ffd458b1af533f15abc805786882eb0df388dd1 (diff)
downloadgcc-7cf203895b4196e2a4f82aa08b623442671567d0.tar.gz
* configure.in (fastjar_warn_cflags): Set when using gcc.
* Makefile.am (AM_CFLAGS): Set to @fastjar_warn_cflags@. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38255 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/Makefile.am')
-rw-r--r--fastjar/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastjar/Makefile.am b/fastjar/Makefile.am
index 037b57225f9..fa22049ed4b 100644
--- a/fastjar/Makefile.am
+++ b/fastjar/Makefile.am
@@ -48,3 +48,4 @@ grepjar_SOURCES = jargrep.c dostime.c compress.c pushback.c jartool.h zipfile.h
grepjar_LDADD = $(ZLIBS)
grepjar_DEPENDENCIES = $(ZDEPS)
+AM_CFLAGS = @fastjar_warn_cflags@