aboutsummaryrefslogtreecommitdiff
path: root/fastjar/Makefile.am
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-12-14 18:49:11 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-12-14 18:49:11 +0000
commit37729557c90a1ad1cf5750023032f8fce2772148 (patch)
tree34c0fd03ee7b67136773a88793f4c48f6a1ca4b3 /fastjar/Makefile.am
parent990bee10e7f467d0a2eaed58363b69896553a648 (diff)
downloadgcc-37729557c90a1ad1cf5750023032f8fce2772148.zip
gcc-37729557c90a1ad1cf5750023032f8fce2772148.tar.gz
gcc-37729557c90a1ad1cf5750023032f8fce2772148.tar.bz2
configure.in (fastjar_warn_cflags): Set when using gcc.
* configure.in (fastjar_warn_cflags): Set when using gcc. * Makefile.am (AM_CFLAGS): Set to @fastjar_warn_cflags@. From-SVN: r38255
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 037b572..fa22049 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@