diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2006-03-14 16:26:44 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2006-03-14 16:26:44 +0000 |
commit | b37df25ae8d88b6a113f215bcf565d596292e4d5 (patch) | |
tree | 442e11951037f568a979137082e0a1e571272e06 /Makefile.in | |
parent | a6df5a19a5cde6b188a3582b2d74964ce0854515 (diff) | |
download | gdb-b37df25ae8d88b6a113f215bcf565d596292e4d5.zip gdb-b37df25ae8d88b6a113f215bcf565d596292e4d5.tar.gz gdb-b37df25ae8d88b6a113f215bcf565d596292e4d5.tar.bz2 |
2006-03-14 Paolo Bonzini <bonzini@gnu.org>
* Makefile.in: Regenerate.
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 9a9ea94..eae74a7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -36664,7 +36664,7 @@ POSTSTAGE1_FLAGS_TO_PASS = \ CFLAGS="$(BOOT_CFLAGS)" \ LIBCFLAGS="$(BOOT_CFLAGS)" \ LDFLAGS="$(BOOT_LDFLAGS)" \ - "`echo 'ADAFLAGS=$(BOOT_ADAFLAGS)' | sed -e s'/[^=][^=]*=$$/XFOO=/'`" + ADAC="\$$(CC)" # For stage 1: # * We force-disable intermodule optimizations, even if @@ -37962,13 +37962,13 @@ do-distclean: distclean-stage1 # not work as a dependency, just as the minimum necessary to avoid errors. stage_last: $(MAKE) $(RECURSE_FLAGS_TO_PASS) stage1-bubble +@endif gcc-bootstrap .PHONY: restrap restrap: @: $(MAKE); $(stage) rm -rf stage1-$(TARGET_SUBDIR) stage2 stage3 stage4 stageprofile stagefeedback $(MAKE) $(RECURSE_FLAGS_TO_PASS) all -@endif gcc-bootstrap # -------------------------------------- # Dependencies between different modules |