diff options
author | Richard Stallman <rms@gnu.org> | 1992-12-30 06:48:57 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-12-30 06:48:57 +0000 |
commit | fb92d909c6a96e09624d8032b81060c5be27e18c (patch) | |
tree | 98ba8f61e221e2cb980ca76f90b4d5bd593efe8d /gcc | |
parent | 5ef886dbbc144a021ba045d27340d2a18841f95c (diff) | |
download | gcc-fb92d909c6a96e09624d8032b81060c5be27e18c.zip gcc-fb92d909c6a96e09624d8032b81060c5be27e18c.tar.gz gcc-fb92d909c6a96e09624d8032b81060c5be27e18c.tar.bz2 |
(extraclean): Quote the sharps.
From-SVN: r2986
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 3598f48..0df4096 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1330,7 +1330,7 @@ distclean: clean # Delete anything likely to be found in the source directory # that shouldn't be in the distribution. extraclean: distclean - -rm -rf =* #* *~* config/=* config/#* config/*~* + -rm -rf =* ./"#"* *~* config/=* config/"#"* config/*~* -rm -f patch* *.orig *.rej config/patch* config/*.orig config/*.rej -rm -f *.dvi *.oaux *.d *.Z *.tar *.xtar *diff -rm -f *lose config/*lose |