summaryrefslogtreecommitdiff
path: root/include/makeinclude/rules.local.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-05 03:03:53 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-05 03:03:53 +0000
commit68003c656e1dff5229330c5912839eff8844d1ce (patch)
treedd2c4c88cbf3c0f8592db0660a03f9ea789485b3 /include/makeinclude/rules.local.GNU
parent8e579e4bf68316339193b5cb31c295448c4246cd (diff)
downloadATCD-68003c656e1dff5229330c5912839eff8844d1ce.tar.gz
added *.sym to clean target
Diffstat (limited to 'include/makeinclude/rules.local.GNU')
-rw-r--r--include/makeinclude/rules.local.GNU6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/makeinclude/rules.local.GNU b/include/makeinclude/rules.local.GNU
index 9fb02f55673..9a1f9778993 100644
--- a/include/makeinclude/rules.local.GNU
+++ b/include/makeinclude/rules.local.GNU
@@ -132,9 +132,9 @@ endif
#----------------------------------------------------------------------------
clean.local:
- -$(RM) -f *.o *~ *.bak *.rpo Makefile.old core
- -$(RM) -rf $(OBJDIRS) $(TEMPINCDIR)
- -$(RM) -rf ptrepository Templates.DB gcctemp.c gcctemp so_locations
+ -$(RM) -f *.o *~ *.bak *.rpo *.sym Makefile.old core
+ -$(RM) -rf $(OBJDIRS) $(TEMPINCDIR) 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)