[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
This commit is contained in:
Quincey Koziol 2004-12-16 21:22:27 -05:00
parent ca7bcc616e
commit 1205c57531
2 changed files with 3 additions and 1 deletions

View File

@ -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;"

View File

@ -11,6 +11,7 @@
top_srcdir=@top_srcdir@
top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
# Subdirectories in build-order