(clean): Delete objc-headers subdir.
authorRichard Stallman <rms@gnu.org>
Sat, 19 Jun 1993 01:19:32 +0000 (01:19 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 19 Jun 1993 01:19:32 +0000 (01:19 +0000)
From-SVN: r4696

gcc/Makefile.in

index 550799cb1bdea7c31037a52d96c80730e2dc7a21..3e778d493cfbdbb1d7e362dbcd0a3a143de1b1d1 100644 (file)
@@ -1475,7 +1475,7 @@ clean: mostlyclean
        -rm -f libgcc.a libgcc1.a libgcc2.a libgcc2.ready libgcc1.null
        -rm -f *.dvi
 # Delete the include directory.
-       -rm -rf stmp-* include
+       -rm -rf stmp-* include objc-headers
 
 # Delete all files that users would normally create
 # while building and installing GCC.