mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r347] Added '*.core' to distclean target and set new location for cpp on FreeBSD
machines.
This commit is contained in:
parent
b6fc6ede10
commit
0bf1da98b6
@ -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
|
||||
|
@ -4,3 +4,4 @@
|
||||
# the various compile modes.
|
||||
|
||||
. config/linux
|
||||
CPP=/usr/bin/cpp
|
||||
|
Loading…
Reference in New Issue
Block a user