diff options
author | Jeff Law <law@gcc.gnu.org> | 1997-09-10 00:42:02 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-09-10 00:42:02 -0600 |
commit | 003455d9aa2015ebc29962629e24410904a50b04 (patch) | |
tree | b3a80dc712de29b10fa87f8cd0b37adf5b8ced41 /gcc | |
parent | 552592195e55f779e5c18130c3ae7f6f016a9c79 (diff) | |
download | gcc-003455d9aa2015ebc29962629e24410904a50b04.zip gcc-003455d9aa2015ebc29962629e24410904a50b04.tar.gz gcc-003455d9aa2015ebc29962629e24410904a50b04.tar.bz2 |
Forgot to commit..
From-SVN: r15219
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2a020a6..51c3b54 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2744,7 +2744,7 @@ stage4: force stage4-start lang.stage4 # and delete the object files. Use this if you're just verifying a version # that is pretty sure to work, and you are short of disk space. risky-stage1: stage1 - - make clean + -make clean risky-stage2: stage2 -make clean |