mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-06 21:25:30 +08:00
Makefile.am: Add -I ..
* Makefile.am: Add -I .. to ACLOCAL_AMFLAGS. * Makefile.in: Regenerate. From-SVN: r123829
This commit is contained in:
parent
94872c09c9
commit
1f56aa61c5
@ -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.
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user