diff options
author | epetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423> | 2022-11-26 22:12:19 +0000 |
---|---|---|
committer | epetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423> | 2022-11-26 22:12:19 +0000 |
commit | 174ea7fefab5ca8f05188fec8cfc325653eb6aa5 (patch) | |
tree | 4d0ff2beb1311a63d47239b0c3730771bb547d1f /support/cpp/gcc | |
parent | 152d6555fb20ed2bf5d29a34a9f745b4b97e5f2f (diff) |
* support/cpp/gcc/Makefile.in: add missing $(exeext)
git-svn-id: http://svn.code.sourceforge.net/p/sdcc/code/trunk/sdcc@13753 4a8a32a2-be11-0410-ad9d-d568d2c75423
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 \ |