diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2008-04-18 11:07:31 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2008-04-18 11:07:31 +0000 |
commit | a7bbd2cad02a0b84e775f8d8ee77ef18e3267b09 (patch) | |
tree | 68906d2506e893edb50fa2c827481981ba173d21 /Makefile.in | |
parent | 4a8309436d6f3a14be3dcc46e6fead5c4de73bc8 (diff) | |
download | gdb-a7bbd2cad02a0b84e775f8d8ee77ef18e3267b09.tar.gz |
2008-04-18 Paolo Bonzini <bonzini@gnu.org>
Sync with gcc:
2008-04-18 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/35457
* configure.ac: Include override.m4.
* configure: Regenerate.
2008-04-18 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (restrap): Call `make all' using double-colon rules.
* Makefile.in: Regenerate.
2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
* configure.ac: Do not build libssp for the AVR.
* configure: Regenerate.
config:
2008-04-18 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/35457
* override.m4: Add this. Make sure aclocal always picks it.
Add more lenient precious variable check, backported from
autoconf trunk.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index dc3b0c5569a..16b94cfeef5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -52690,10 +52690,10 @@ stage_current: @if test -f stage_last; then $(unstage); else $(MAKE) stage1-start; fi .PHONY: restrap -restrap: +restrap:: @: $(MAKE); $(stage) rm -rf stage1-$(TARGET_SUBDIR) stage2-* stageb2g0-* stage3-* stageb3g2-* stage4-* stageprofile-* stagefeedback-* - $(MAKE) $(RECURSE_FLAGS_TO_PASS) all +restrap:: all @endif gcc-bootstrap # -------------------------------------- |