summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-13 19:16:21 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-13 19:16:21 +0000
commit1e39fe2bc11eaf6e3bc94e33d3b2172354fb6aa6 (patch)
tree69a946fefb8769299e7af8ba8d9f5d410be8c19a /include
parentb12a0de45dbb21a99069998f2151d329e5aa8523 (diff)
downloadATCD-1e39fe2bc11eaf6e3bc94e33d3b2172354fb6aa6.tar.gz
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/rules.local.GNU3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/makeinclude/rules.local.GNU b/include/makeinclude/rules.local.GNU
index a62237b586b..3f3ee16bfb6 100644
--- a/include/makeinclude/rules.local.GNU
+++ b/include/makeinclude/rules.local.GNU
@@ -133,7 +133,8 @@ endif
clean.local:
-$(RM) -f *.o *~ *.bak *.rpo Makefile.old core
- -$(RM) -rf $(OBJDIRS) $(TEMPINCDIR) ptrepository Templates.DB gcctemp.c gcctemp
+ -$(RM) -rf $(OBJDIRS) $(TEMPINCDIR)
+ -$(RM) -rf ptrepository Templates.DB gcctemp.c gcctemp so_locations
realclean.local: clean.local
-$(RM) -f $(BIN:%=%) $(BIN:%=%_debug) $(BIN:%=%_profile) $(BIN:%=%_optimize) $(LIB:%=%) $(LIB:%=%_debug) $(LIB:%=%_profile) $(LIB:%=%_optimize) $(SHLIB:%=%) $(SHLIB:%=%_debug) $(SHLIB:%=%_profile) $(SHLIB:%=%_optimize)