aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-06-19 01:19:32 +0000
committerRichard Stallman <rms@gnu.org>1993-06-19 01:19:32 +0000
commitadb65c99a624941344020ad77a866c0f4509de7d (patch)
tree3371b539c6aed5d027ceb440fa01db934dce9f87
parent50661623321143e83444c9bd6620db49c813232e (diff)
downloadgcc-adb65c99a624941344020ad77a866c0f4509de7d.zip
gcc-adb65c99a624941344020ad77a866c0f4509de7d.tar.gz
gcc-adb65c99a624941344020ad77a866c0f4509de7d.tar.bz2
(clean): Delete objc-headers subdir.
From-SVN: r4696
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 550799c..3e778d4 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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.