diff options
author | Richard Stallman <rms@gnu.org> | 1993-10-03 22:33:03 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-10-03 22:33:03 +0000 |
commit | bc5730037e07a0522a8507c846242bf425427fb1 (patch) | |
tree | 2460875e5847cf361afd8111a13d5148bf6d3309 | |
parent | d3328f5500cdf3334c05a54cb7b9f447b32b80d8 (diff) | |
download | gcc-bc5730037e07a0522a8507c846242bf425427fb1.zip gcc-bc5730037e07a0522a8507c846242bf425427fb1.tar.gz gcc-bc5730037e07a0522a8507c846242bf425427fb1.tar.bz2 |
(bytecode.realclean): Don't delete bi-lexer.c.
From-SVN: r5569
-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 719089a..2ee8996 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1358,7 +1358,7 @@ bytecode.distclean bytecode.clean: bytecode.mostlyclean -rm -f bi-arity bi-opcode bi-opname bi-lexer bytecode.realclean: bytecode.clean - -rm -f bi-parser.c bi-lexer.c bi-parser.h + -rm -f bi-parser.c bi-parser.h # Remake cpp and protoize. |