summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-12-17 02:22:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-12-17 02:22:27 (GMT)
commit1205c5753159b90bc47fd270a00a4d118a18b4e2 (patch)
treef0d53f48ca379d3548075367fd9e41cc75b31a36
parentca7bcc616e9536672f165eba48a3ba13771a72e5 (diff)
downloadhdf5-1205c5753159b90bc47fd270a00a4d118a18b4e2.zip
hdf5-1205c5753159b90bc47fd270a00a4d118a18b4e2.tar.gz
hdf5-1205c5753159b90bc47fd270a00a4d118a18b4e2.tar.bz2
[svn-r9682] Purpose:
Bug fix Description: Add @COMMENCE@ to makefile, so that all our predefined macros are included, which makes 'make distclean' work Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
-rwxr-xr-xhl/Makefile.in3
-rw-r--r--hl/fortran/Makefile.in1
2 files changed, 3 insertions, 1 deletions
diff --git a/hl/Makefile.in b/hl/Makefile.in
index 513c9df..d3fb619 100755
--- a/hl/Makefile.in
+++ b/hl/Makefile.in
@@ -11,6 +11,7 @@
top_srcdir=@top_srcdir@
top_builddir=..
srcdir=@srcdir@
+@COMMENCE@
# Subdirectories in build-order
@@ -88,7 +89,7 @@ distclean:
@@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@); \
done
- -$(RM) Makefile
+ -$(RM) Makefile
maintainer-clean:
@echo "This target is intended for maintainers to use;"
diff --git a/hl/fortran/Makefile.in b/hl/fortran/Makefile.in
index 09a6d15..20c71b4 100644
--- a/hl/fortran/Makefile.in
+++ b/hl/fortran/Makefile.in
@@ -11,6 +11,7 @@
top_srcdir=@top_srcdir@
top_builddir=../..
srcdir=@srcdir@
+@COMMENCE@
# Subdirectories in build-order