aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Guitton <guitton@adacore.com>2009-06-03 05:41:22 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2009-06-03 05:41:22 +0000
commit394e9195612ec301c18ae54d3d4b7f7a8c8b80f7 (patch)
tree5e3d6f73c40cb6761e470ba5a27695b88a91a5f9
parenta3a7bf5fd741d39a46e64102266f1eb3ce8955c8 (diff)
downloadgcc-394e9195612ec301c18ae54d3d4b7f7a8c8b80f7.zip
gcc-394e9195612ec301c18ae54d3d4b7f7a8c8b80f7.tar.gz
gcc-394e9195612ec301c18ae54d3d4b7f7a8c8b80f7.tar.bz2
Makefile.tpl (all): Avoid a trailing backslash.
* Makefile.tpl (all): Avoid a trailing backslash. * Makefile.in: Regenerate. Co-Authored-By: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> From-SVN: r148113
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.in3
-rw-r--r--Makefile.tpl3
3 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index dfc1dc5..d948b34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-03 Jerome Guitton <guitton@adacore.com>
+ Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * Makefile.tpl (all): Avoid a trailing backslash.
+ * Makefile.in: Regenerate.
+
2009-06-03 Ben Elliston <bje@au.ibm.com>
* config.sub, config.guess: Update from upstream sources.
@@ -18,7 +24,7 @@
* configure.ac: Support gold for target arm*-*-*.
* configure: Regenerate.
-
+
2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.def: Add MPC support and dependencies.
diff --git a/Makefile.in b/Makefile.in
index a32f083..21a5f24 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -868,8 +868,9 @@ all:
$(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target \
@if gcc-bootstrap
; \
- fi
+ fi \
@endif gcc-bootstrap
+ && :
.PHONY: all-build
diff --git a/Makefile.tpl b/Makefile.tpl
index ded52c6..44c2bd8 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -628,8 +628,9 @@ all:
$(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target \
@if gcc-bootstrap
; \
- fi
+ fi \
@endif gcc-bootstrap
+ && :
.PHONY: all-build
[+ FOR build_modules +]