diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-12 11:10:26 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-12 11:10:26 +0000 |
commit | 9fc635e924f3fdc654e37111151b903706f67146 (patch) | |
tree | 09c4a5f23e7109038654376664faa5dfbc770305 /zlib/Makefile.am | |
parent | 6d5f8e399cb78cd7babfefe9b3a0d6a1307bd47f (diff) | |
download | gcc-9fc635e924f3fdc654e37111151b903706f67146.tar.gz |
2004-04-12 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am: Add in libz_a_CFLAGS as recommended by automake doc.
* Makefile.in: Regenerate with automake 1.7.9.
* aclocal.m4: Likewise.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80620 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r-- | zlib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am index a42bb3be7f9..48e5385f181 100644 --- a/zlib/Makefile.am +++ b/zlib/Makefile.am @@ -21,6 +21,7 @@ libzgcj_convenience_la_SOURCES = $(ZLIB_SOURCES) else toolexeclib_LIBRARIES = libz.a libz_a_SOURCES = $(ZLIB_SOURCES) +libz_a_CFLAGS = $(AM_CFLAGS) endif # Work around what appears to be a GNU make bug handling MAKEFLAGS |