summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-11-28 01:35:51 +0000
committerSteve Huston <shuston@riverace.com>2002-11-28 01:35:51 +0000
commita17a445592c0b3c87b34f0c65bdb580ba40d20d8 (patch)
treeea404b67bee320bc43a866f78205592e262d15d3 /include
parentabc4db521c0a1c692e0158ad12e7cde5f6544eca (diff)
downloadATCD-a17a445592c0b3c87b34f0c65bdb580ba40d20d8.tar.gz
ChangeLogTag:LWed Nov 27 20:35:49 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'include')
-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 ced1ce0af6e..86a4faa1267 100644
--- a/include/makeinclude/rules.local.GNU
+++ b/include/makeinclude/rules.local.GNU
@@ -205,7 +205,7 @@ clean.local:
-$(RM) *.$(OBJEXT) *~ *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
-$(RM) -r $(OBJDIRS) $(TEMPINCDIR) cxx_repository ptrepository ti_files
-$(RM) -r Templates.DB gcctemp.c gcctemp so_locations *.ics
- -$(RM) -r SunWS_cache ir.out core.*
+ -$(RM) -r templateregistry SunWS_cache ir.out core.*
realclean.local: clean.local deinstall.local
-$(RM) $(BIN:%=%$(EXEEXT)) $(BIN:%=%_debug$(EXEEXT)) $(BIN:%=%_profile$(EXEEXT)) $(BIN:%=%_optimize$(EXEEXT)) $(LIB:%=%) $(LIB:%=%_debug) $(LIB:%=%_profile) $(LIB:%=%_optimize) $(SHLIB:%=%) $(SHLIB:%=%.*) $(SHLIB:%.so=%.a) $(SHLIB:%=%_debug) $(SHLIB:%=%_profile) $(SHLIB:%=%_optimize) $(SHLIBA:%=%) $(BIN2:%=%$(EXEEXT)) $(BIN2:%=%_debug$(EXEEXT)) $(BIN2:%=%_profile$(EXEEXT)) $(BIN2:%=%_optimize$(EXEEXT)) $(LIB2:%=%) $(LIB2:%=%_debug) $(LIB2:%=%_profile) $(LIB2:%=%_optimize) $(SHLIB2:%=%) $(SHLIB2:%=%_debug) $(SHLIB2:%=%_profile) $(SHLIB2:%=%_optimize) $(SHLIBA2:%=%)