diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-04-14 16:50:05 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-04-14 16:50:05 (GMT) |
commit | 0bf1da98b6b79886a79c549c2285507f8471aadb (patch) | |
tree | 9d9d9289e561c95c3ae1d86102ca3db93ffa51a1 /config/conclude.in | |
parent | b6fc6ede10fee24e9ef0a21df81cc181f6d7fec0 (diff) | |
download | hdf5-0bf1da98b6b79886a79c549c2285507f8471aadb.zip hdf5-0bf1da98b6b79886a79c549c2285507f8471aadb.tar.gz hdf5-0bf1da98b6b79886a79c549c2285507f8471aadb.tar.bz2 |
[svn-r347] Added '*.core' to distclean target and set new location for cpp on FreeBSD
machines.
Diffstat (limited to 'config/conclude.in')
-rw-r--r-- | config/conclude.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/conclude.in b/config/conclude.in index 84b1058..39da813 100644 --- a/config/conclude.in +++ b/config/conclude.in @@ -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 |