]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.am: Add -I ..
authorSteve Ellcey <sje@cup.hp.com>
Sat, 14 Apr 2007 19:52:27 +0000 (19:52 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Sat, 14 Apr 2007 19:52:27 +0000 (19:52 +0000)
* Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
* Makefile.in: Regenerate.

From-SVN: r123829

zlib/ChangeLog.gcj
zlib/Makefile.am
zlib/Makefile.in

index 79d3d3466432913663bdbe5d5fe1f865a43c0369..783616477a509d1ce7c72c952b1673fc37badd06 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-14  Steve Ellcey  <sje@cup.hp.com>
+
+       * Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
+       * Makefile.in: Regenerate.
+
 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
 
        * Makefile.am: Add dummy install-pdf target.
index 218dce1aefecb2d3c3d3e4946a72743308241231..749a13c7fda5a8f783338847f910174cc72c063b 100644 (file)
@@ -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 \
index 2850b0d704be9e68c0c38af51bbbe3441947eeb2..681a7dbe795e267b09b0c69406ff89b164f499e4 100644 (file)
@@ -208,7 +208,7 @@ target_vendor = @target_vendor@
 toolexecdir = @toolexecdir@
 toolexeclibdir = @toolexeclibdir@
 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 \
 inflate.h inftrees.c inftrees.h trees.c trees.h uncompr.c zconf.h \