From 1205c5753159b90bc47fd270a00a4d118a18b4e2 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 16 Dec 2004 21:22:27 -0500 Subject: [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 --- hl/Makefile.in | 3 ++- hl/fortran/Makefile.in | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v0.12