Skip to content

Commit

Permalink
* Makefile.tpl (all): Avoid a trailing backslash.
Browse files Browse the repository at this point in the history
        * Makefile.in: Regenerate.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148113 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
rwild committed Jun 3, 2009
1 parent ca02fe0 commit 9d247ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion Makefile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 +]
Expand Down

0 comments on commit 9d247ee

Please sign in to comment.