diff options
Diffstat (limited to 'support/cpp/gcc')
-rw-r--r-- | support/cpp/gcc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/cpp/gcc/Makefile.in b/support/cpp/gcc/Makefile.in index 046f8f1e6..3ca077911 100644 --- a/support/cpp/gcc/Makefile.in +++ b/support/cpp/gcc/Makefile.in @@ -1652,9 +1652,9 @@ config.status: $(srcdir)/configure $(srcdir)/config.gcc $(LANG_CONFIGUREFRAGS) quickstrap: all cd $(toplevel_builddir) && $(MAKE) all-target-libgcc -all.internal: cc1 cpp # start.encap rest.encap doc selftest +all.internal: cc1$(exeext) cpp$(exeext) # start.encap rest.encap doc selftest # This is what to compile if making a cross-compiler. -all.cross: cc1 cpp$(exeext) specs +all.cross: cc1$(exeext) cpp$(exeext) specs # libgcc-support lang.all.cross doc selftest @GENINSRC@ srcextra # This is what must be made before installing GCC and converting libraries. start.encap: cpp$(exeext) specs \ |