[svn-r347] Added '*.core' to distclean target and set new location for cpp on FreeBSD

machines.
This commit is contained in:
Quincey Koziol 1998-04-14 11:50:05 -05:00
parent b6fc6ede10
commit 0bf1da98b6
2 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,7 @@ clean: mostlyclean
# in the distribution.
#
distclean: clean
$(RM) .depend TAGS *~ core *.bak *.old *.new $(DISTCLEAN)
$(RM) .depend TAGS *~ core *.core *.bak *.old *.new $(DISTCLEAN)
@if test -f Makefile.in; then \
(set -x; $(RM) Makefile); \
fi

View File

@ -4,3 +4,4 @@
# the various compile modes.
. config/linux
CPP=/usr/bin/cpp