]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in (Makefile): Pass xmake_file, tmake_file to configure.frag
authorDoug Evans <dje@gnu.org>
Tue, 22 Jul 1997 16:25:19 +0000 (16:25 +0000)
committerDoug Evans <dje@gnu.org>
Tue, 22 Jul 1997 16:25:19 +0000 (16:25 +0000)
* Makefile.in (Makefile): Pass xmake_file, tmake_file to
configure.frag
(distclean): Delete Make-host, Make-target.

From-SVN: r14515

gcc/Makefile.in

index 089c3ef8a485c46b2cf8fd6c02a606448dbfea5a..bc9807296eaf10f6330fa37da66259207b399a70 100644 (file)
@@ -652,9 +652,9 @@ T =
 .SUFFIXES: .in .def
 
 Makefile: $(srcdir)/Makefile.in config.status $(srcdir)/version.c \
-   $(xmake_file) $(tmake_file) \
-   $(LANG_MAKEFILES)
-       $(SHELL) $(srcdir)/configure.frag $(srcdir) "$(SUBDIRS)"
+   $(xmake_file) $(tmake_file) $(LANG_MAKEFILES)
+       $(SHELL) $(srcdir)/configure.frag $(srcdir) "$(SUBDIRS)" \
+               "$(xmake_file)" "$(tmake_file)"
        cp config.status config.run
        $(SHELL) config.run
        rm -f config.run
@@ -2050,7 +2050,7 @@ clean: mostlyclean bytecode.clean lang.clean
 distclean: clean bytecode.distclean lang.distclean
        -rm -f tm.h config.h config2.h tconfig.h hconfig.h md cstamp-h
        -rm -f config.status config.run config.cache config.bak
-       -rm -f Make-lang Make-hooks
+       -rm -f Make-lang Make-hooks Make-host Make-target
        -rm -f Makefile specs.h options.h *.oaux
        -rm -fr stage1 stage2 stage3 stage4
        -rm -f */stage1 */stage2 */stage3 */stage4 */include
This page took 0.059913 seconds and 5 git commands to generate.