diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-14 19:52:27 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-14 19:52:27 +0000 |
commit | 25e4f290de8bd6ff4654cbbd347947a2366bcc49 (patch) | |
tree | 48c099d40ff801100883ae7267fa4706f55d191b /zlib/Makefile.in | |
parent | 91c1f757543175545b0538c99c6b3e092b30ab12 (diff) | |
download | gcc-25e4f290de8bd6ff4654cbbd347947a2366bcc49.tar.gz |
* Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123829 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/Makefile.in')
-rw-r--r-- | zlib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/Makefile.in b/zlib/Makefile.in index 2850b0d704b..681a7dbe795 100644 --- a/zlib/Makefile.in +++ b/zlib/Makefile.in @@ -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 \ |