diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-01-20 22:42:46 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-01-20 22:42:46 +0000 |
commit | 54abc854d09c5b411a22406de19cbd7cdf88e748 (patch) | |
tree | febb3df05905f4063411d14cbc9e1f000dfd989c /newlib/Makefile.in | |
parent | 90e1ee2b25dada4767efb416ca445d3bfebe6481 (diff) | |
download | cygnal-54abc854d09c5b411a22406de19cbd7cdf88e748.tar.gz cygnal-54abc854d09c5b411a22406de19cbd7cdf88e748.tar.bz2 cygnal-54abc854d09c5b411a22406de19cbd7cdf88e748.zip |
2006-01-20 Jeff Johnston <jjohnstn@redhat.com>
* acconfig.h: New file to generate newlib.hin from.
* newlib.hin: Regenerated.
* stamp-h.in: Regenerated.
* Makefile.am: Add ACLOCAL_AMFLAGS so aclocal can be
called automatically.
* Makefile.in: Regenerated.
* acinclude.m4: Add proper comment for hack in previous change.
* aclocal.m4 */aclocal.m4: Regenerated.
* configure */configure: Regenerated.
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r-- | newlib/Makefile.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in index 3cfeab722..6d9dc258c 100644 --- a/newlib/Makefile.in +++ b/newlib/Makefile.in @@ -112,6 +112,7 @@ oext = @oext@ sys_dir = @sys_dir@ AUTOMAKE_OPTIONS = cygnus dejagnu +ACLOCAL_AMFLAGS = -I . # Multilib support variables. MULTISRCTOP = @@ -211,7 +212,8 @@ LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ DATA = $(noinst_DATA) $(toollib_DATA) DIST_COMMON = README ./stamp-h.in ChangeLog Makefile.am Makefile.in \ -NEWS acinclude.m4 aclocal.m4 configure configure.in newlib.hin +NEWS acconfig.h acinclude.m4 aclocal.m4 configure configure.in \ +newlib.hin DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) @@ -234,8 +236,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4 - cd $(srcdir) && $(ACLOCAL) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4 \ + ./acinclude.m4 ./aclocal.m4 ./libtool.m4 + cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck @@ -257,7 +260,7 @@ $(srcdir)/newlib.hin: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in rm -f $(srcdir)/stamp-h.in; \ $(MAKE) $(srcdir)/stamp-h.in; \ else :; fi -$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h cd $(top_srcdir) && $(AUTOHEADER) @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null |