diff options
author | Richard Stallman <rms@gnu.org> | 1992-09-10 00:47:35 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-09-10 00:47:35 +0000 |
commit | 7c65f72c8e049e7ee50e65e27c211c92adfa6983 (patch) | |
tree | a159dfd2f6633e1e5c42dc202414ba7655cf446d | |
parent | ce35884de13604fc10e70f2a19f988ee7eaa2067 (diff) | |
download | gcc-7c65f72c8e049e7ee50e65e27c211c92adfa6983.zip gcc-7c65f72c8e049e7ee50e65e27c211c92adfa6983.tar.gz gcc-7c65f72c8e049e7ee50e65e27c211c92adfa6983.tar.bz2 |
(mostlyclean): Delete xlimits.h.
From-SVN: r2091
-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 1f289be..4a512fc 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1231,7 +1231,7 @@ mostlyclean: -rm -f $(HOST_PREFIX_1)alloca.c $(HOST_PREFIX_1)malloc.c -rm -f $(HOST_PREFIX_1)obstack.c # Delete the temp files made in the course of building libgcc.a. - -rm -f tmplibgcc* tmpcopy + -rm -f tmplibgcc* tmpcopy xlimits.h for name in $(LIB1FUNCS); do rm -f $${name}.c; done # Delete other temporary files. -rm -f tmp-float.h tmp-gcc.xtar.Z tmp-limits.h |