Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2007-05-24 21:33:42 +0400
committerSteve Ellcey <sellcey@mips.com>2007-05-24 21:33:42 +0400
commitd9a1ecc006142ae1eb8d96e914037113b619f524 (patch)
tree527352306dc715846760d95828180d4bccb3ea5e /newlib/doc
parentaa5341f9aca1ad753bd47dffc9a53fc4bfe96f95 (diff)
* ltmain.sh: Update from GCC.
* libtool.m4: Update from GCC. * ltsugar.m4: New. Update from GCC. * ltversion.m4: New. Update from GCC. * ltoptions.m4: New. Update from GCC. * ltconfig: Remove. * ltcf-c.sh: Remove. * ltcf-cxx.sh: Remove. * ltcf-gcj.sh: Remove. * src-release: Update with new libtool file list. * newlib/*/configure.in: invoke _LD_DECL_SED. * newlib/*/Makefile.am: Ensure toplevel is included in ACLOCAL_AMFLAGS. * Regenerate subdirectories
Diffstat (limited to 'newlib/doc')
-rw-r--r--newlib/doc/Makefile.am2
-rw-r--r--newlib/doc/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/doc/Makefile.am b/newlib/doc/Makefile.am
index de802d61e..5bf13599a 100644
--- a/newlib/doc/Makefile.am
+++ b/newlib/doc/Makefile.am
@@ -17,5 +17,5 @@ $(MKDOC): makedoc.o
makedoc.o: makedoc.c
$(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.c
-ACLOCAL_AMFLAGS = -I ..
+ACLOCAL_AMFLAGS = -I .. -I ../..
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
diff --git a/newlib/doc/Makefile.in b/newlib/doc/Makefile.in
index 6f17ee1a1..4c27536d9 100644
--- a/newlib/doc/Makefile.in
+++ b/newlib/doc/Makefile.in
@@ -169,7 +169,7 @@ AUTOMAKE_OPTIONS = cygnus
# We can't use noinst_PROGRAMS, because automake will add $(EXEEXT).
noinst_DATA = makedoc
MKDOC = makedoc$(EXEEXT_FOR_BUILD)
-ACLOCAL_AMFLAGS = -I ..
+ACLOCAL_AMFLAGS = -I .. -I ../..
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
all: all-am