diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-11-16 11:52:12 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-11-16 11:52:12 +0000 |
commit | 351b5fe3106e281bf9269440e6270dc1b56635f5 (patch) | |
tree | 29d6be38592c9384cec27797b3ea3560730adfd6 /Build/source/libs/zlib/Makefile.in | |
parent | 361ad3a3d62671dd95699b6fc55d6cbb79424811 (diff) |
icu: build fix for gcc-4.7
tardate 2012-11-16
libs/*: avoid use of deprecated 'INCLUDES'.
git-svn-id: svn://tug.org/texlive/trunk@28277 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/zlib/Makefile.in')
-rw-r--r-- | Build/source/libs/zlib/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/libs/zlib/Makefile.in b/Build/source/libs/zlib/Makefile.in index 19876ac8e9a..30935eb6921 100644 --- a/Build/source/libs/zlib/Makefile.in +++ b/Build/source/libs/zlib/Makefile.in @@ -264,8 +264,7 @@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 EXTRA_DIST = $(ZLIB_TREE) $(ZLIB_TREE)-PATCHES SUBDIRS = . include -INCLUDES = -I$(top_srcdir)/$(ZLIB_TREE) -AM_CPPFLAGS = $(ZLIB_DEFINES) +AM_CPPFLAGS = -I$(top_srcdir)/$(ZLIB_TREE) $(ZLIB_DEFINES) noinst_LIBRARIES = libz.a nodist_libz_a_SOURCES = \ $(ZLIB_TREE)/adler32.c \ |