diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-04-12 11:10:26 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-04-12 11:10:26 +0000 |
commit | 9fabf579ef895c009749a0e7bfd331e354c5d4b1 (patch) | |
tree | 09c4a5f23e7109038654376664faa5dfbc770305 /zlib/Makefile.am | |
parent | 5b03e55570edd86e8629a004c2d2163783e687dd (diff) | |
download | gcc-9fabf579ef895c009749a0e7bfd331e354c5d4b1.zip gcc-9fabf579ef895c009749a0e7bfd331e354c5d4b1.tar.gz gcc-9fabf579ef895c009749a0e7bfd331e354c5d4b1.tar.bz2 |
Makefile.am: Add in libz_a_CFLAGS as recommended by automake doc.
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.
From-SVN: r80620
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 a42bb3b..48e5385 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 |