diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-28 05:29:00 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-28 05:29:00 +0000 |
commit | 32e6e69a9e3a324a87823ba92d5bbb1a1ce9edfb (patch) | |
tree | f3c5d1969d5e354752d375ac58e98a14225c0900 /gcc | |
parent | e8f651868160210954ef319d3b24106c7ad778e6 (diff) | |
download | gcc-32e6e69a9e3a324a87823ba92d5bbb1a1ce9edfb.zip gcc-32e6e69a9e3a324a87823ba92d5bbb1a1ce9edfb.tar.gz gcc-32e6e69a9e3a324a87823ba92d5bbb1a1ce9edfb.tar.bz2 |
entered into RCS
From-SVN: r1702
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 6a5e906..596e6e9 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1261,7 +1261,7 @@ extraclean: distclean -rm -rf =* #* *~* config/=* config/#* config/*~* -rm -f patch* *.orig *.rej config/patch* config/*.orig config/*.rej -rm -f *.dvi *.oaux *.d *.Z *.tar *.xtar - -rm -f *.s *.s[0-9] *.i install1.texi + -rm -f *.s *.s[0-9] *.i install1.texi config/ChangeLog # Get rid of every file that's generated from some other file. # Most of these files ARE PRESENT in the GCC distribution. |