Makefile.in (Makefile): Depend on the all Make-lang.in fragments.

2003-10-17  Kelley Cook  <kcook@gcc.gnu.org>

	* Makefile.in (Makefile): Depend on the all Make-lang.in fragments.
	(POSTSTAGE1_FLAGS_TO_PASS): Pass down MAKEINFO and MAKEINFOFLAGS.

From-SVN: r72633
This commit is contained in:
Kelley Cook 2003-10-18 05:23:22 +00:00 committed by R. Kelley Cook
parent 2206e78359
commit fca086c1ab
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-10-18 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in (Makefile): Depend on the all Make-lang.in fragments.
(POSTSTAGE1_FLAGS_TO_PASS): Pass down MAKEINFO and MAKEINFOFLAGS.
2003-10-17 David Edelsohn <edelsohn@gnu.org>
* doc/invoke.texi (gcse-las): Fix typo.

View File

@ -937,7 +937,7 @@ endif
# Rebuilding this configuration
# -----------------------------
Makefile: config.status $(srcdir)/Makefile.in $(srcdir)/version.c
Makefile: config.status $(srcdir)/Makefile.in $(srcdir)/version.c $(LANG_MAKEFRAGS)
LANGUAGES="$(CONFIG_LANGUAGES)" \
CONFIG_HEADERS= \
CONFIG_FILES=$@ $(SHELL) config.status
@ -3353,6 +3353,8 @@ POSTSTAGE1_FLAGS_TO_PASS = \
STRICT_WARN="$(STRICT2_WARN)" \
libdir=$(libdir) \
LANGUAGES="$(LANGUAGES)" \
MAKEINFO="$(MAKEINFO)" \
MAKEINFOFLAGS="$(MAKEINFOFLAGS)" \
MAKEOVERRIDES= \
OUTPUT_OPTION="-o \$$@"