diff options
author | Nick Clifton <nickc@redhat.com> | 2022-04-12 16:24:10 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-04-12 16:24:10 +0100 |
commit | 8e6b35366073a1a71df805061ecf016cc915a9f9 (patch) | |
tree | 6ddbc8123ab4bdbcd3fba1a4c6e0f1091f66964e /zlib/Makefile.am | |
parent | 63e0ee15a327b933a9e325908f6e5b334106290c (diff) | |
download | gdb-8e6b35366073a1a71df805061ecf016cc915a9f9.zip gdb-8e6b35366073a1a71df805061ecf016cc915a9f9.tar.gz gdb-8e6b35366073a1a71df805061ecf016cc915a9f9.tar.bz2 |
Rebase the zlib sources to the 1.2.12 release
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r-- | zlib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am index 520f065..5fc6bdc 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. |