summaryrefslogtreecommitdiff
path: root/zlib/Makefile.am
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-04-12 16:24:10 +0100
committerNick Clifton <nickc@redhat.com>2022-04-12 16:24:10 +0100
commit8e6b35366073a1a71df805061ecf016cc915a9f9 (patch)
tree6ddbc8123ab4bdbcd3fba1a4c6e0f1091f66964e /zlib/Makefile.am
parent63e0ee15a327b933a9e325908f6e5b334106290c (diff)
downloadbinutils-gdb-8e6b35366073a1a71df805061ecf016cc915a9f9.tar.gz
Rebase the zlib sources to the 1.2.12 release
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r--zlib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am
index 520f06592d8..5fc6bdce956 100644
--- a/zlib/Makefile.am
+++ b/zlib/Makefile.am
@@ -19,6 +19,8 @@ libz_a_SOURCES = $(ZLIB_SOURCES)
libz_a_CFLAGS = $(AM_CFLAGS) $(PICFLAG)
endif
+AM_CFLAGS = $(CET_FLAGS)
+
# Work around what appears to be a GNU make bug handling MAKEFLAGS
# values defined in terms of make variables, as is the case for CC and
# friends when we are called from the top level Makefile.