summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-02-25 19:49:20 +0000
committerSteve Huston <shuston@riverace.com>2000-02-25 19:49:20 +0000
commite6e892aa32652afae5a76ed9773c3651b61e97e9 (patch)
tree27000be0da26e4c6b57a7f130730b2079e67126f
parent3d41a3492205e269efdac64de5149a802ded99b5 (diff)
downloadATCD-e6e892aa32652afae5a76ed9773c3651b61e97e9.tar.gz
ChangeLogTag:Fri Feb 25 14:44:37 2000 Steve Huston <shuston@riverace.com>
-rw-r--r--include/makeinclude/rules.local.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/rules.local.GNU b/include/makeinclude/rules.local.GNU
index a25eef73892..7204c443d6a 100644
--- a/include/makeinclude/rules.local.GNU
+++ b/include/makeinclude/rules.local.GNU
@@ -182,7 +182,7 @@ endif
clean.local:
-$(RM) *.$(OBJEXT) *~ *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
-$(RM) -r $(OBJDIRS) $(TEMPINCDIR) cxx_repository ptrepository \
-Templates.DB gcctemp.c gcctemp so_locations
+Templates.DB gcctemp.c gcctemp so_locations *.ics
realclean.local: clean.local
-$(RM) $(BIN) $(BIN:%=%_debug) $(BIN:%=%_profile) $(BIN:%=%_optimize) $(LIB:%=%) $(LIB:%=%_debug) $(LIB:%=%_profile) $(LIB:%=%_optimize) $(SHLIB:%=%) $(SHLIB:%=%_debug) $(SHLIB:%=%_profile) $(SHLIB:%=%_optimize) $(SHLIBA:%=%) $(BIN2) $(BIN2:%=%_debug) $(BIN2:%=%_profile) $(BIN2:%=%_optimize) $(LIB2:%=%) $(LIB2:%=%_debug) $(LIB2:%=%_profile) $(LIB2:%=%_optimize) $(SHLIB2:%=%) $(SHLIB2:%=%_debug) $(SHLIB2:%=%_profile) $(SHLIB2:%=%_optimize) $(SHLIBA2:%=%)