summaryrefslogtreecommitdiff
path: root/zlib/Makefile.am
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2007-04-14 19:52:27 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2007-04-14 19:52:27 +0000
commit1f56aa61c5cfbe2778fa3e098c01e096bae441d1 (patch)
tree48c099d40ff801100883ae7267fa4706f55d191b /zlib/Makefile.am
parent94872c09c9fe7206ef9f3c60bf0c4c84e218726f (diff)
Makefile.am: Add -I ..
* Makefile.am: Add -I .. to ACLOCAL_AMFLAGS. * Makefile.in: Regenerate. From-SVN: r123829
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r--zlib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am
index 218dce1aefe..749a13c7fda 100644
--- a/zlib/Makefile.am
+++ b/zlib/Makefile.am
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = 1.8 cygnus
-ACLOCAL_AMFLAGS = -I ../config
+ACLOCAL_AMFLAGS = -I .. -I ../config
ZLIB_SOURCES = adler32.c compress.c crc32.c crc32.h deflate.c \
deflate.h gzio.c infback.c inffast.c inffast.h inffixed.h inflate.c \