diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-01-17 23:33:08 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-01-17 23:33:08 +0000 |
commit | ded73657a94793d71238358ac7d2af3d20a6a436 (patch) | |
tree | 5e6364fbe68626040d1378967a534cc28b1af0ea /gcc/Makefile.in | |
parent | d4f52f0e5bc006443e1685595a47e1de888fec8b (diff) | |
download | gcc-ded73657a94793d71238358ac7d2af3d20a6a436.tar.gz |
Makefile.in (STAGEMOVESTUFF): Stage all the stamp files to prevent bubblestrap from always rebuilding build...
2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in (STAGEMOVESTUFF): Stage all the stamp files to prevent
bubblestrap from always rebuilding build directory.
From-SVN: r93783
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index eadb0cb4852..be193d2a774 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -949,10 +949,7 @@ STAGECOPYSTUFF = insn-flags.h insn-config.h insn-codes.h \ genrtl.c genrtl.h gt-*.h gtype-*.h gtype-desc.c gtyp-gen.h # Files to be moved away after each stage in building. -STAGEMOVESTUFF = *$(objext) \ - s-flags s-config s-codes s-mlib s-genrtl s-modes s-gtype \ - s-gtyp-gen s-output s-recog s-emit s-extract s-peep s-check s-conditions \ - s-attr s-attrtab s-opinit s-preds s-constants s-crt0 \ +STAGEMOVESTUFF = *$(objext) s-* \ xgcc$(exeext) cpp$(exeext) cc1$(exeext) $(EXTRA_PASSES) \ $(EXTRA_PARTS) $(EXTRA_PROGRAMS) gcc-cross$(exeext) \ protoize$(exeext) unprotoize$(exeext) \ |