diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1993-04-28 20:19:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1993-04-28 20:19:18 +0000 |
commit | ac155eb2941e40a4d364135dffa9e1dbdeffa4c2 (patch) | |
tree | e8ecc4c6c8d5778b7e56fdb4d98f6f7a912b8c09 /gcc | |
parent | 42dee4c781e28d4bd6fd05ab87e4f90417589836 (diff) | |
download | gcc-ac155eb2941e40a4d364135dffa9e1dbdeffa4c2.zip gcc-ac155eb2941e40a4d364135dffa9e1dbdeffa4c2.tar.gz gcc-ac155eb2941e40a4d364135dffa9e1dbdeffa4c2.tar.bz2 |
(extraclean): Delete *.z as well.
From-SVN: r4264
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index aa34037..09bb623 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1,5 +1,5 @@ # Makefile for GNU C compiler. -# Copyright (C) 1987, 1988, 1990, 1991, 1992 Free Software Foundation, Inc. +# Copyright (C) 1987, 88, 90, 91, 92, 1993 Free Software Foundation, Inc. #This file is part of GNU CC. @@ -1470,7 +1470,7 @@ distclean: clean 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 *diff + -rm -f *.dvi *.oaux *.d *.[zZ] *.tar *.xtar *diff -rm -f *lose config/*lose -rm -f *.s *.s[0-9] *.i install1.texi config/ChangeLog |