(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 550799c..3e778d4 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.