diff options
Diffstat (limited to 'config/commence.am')
-rw-r--r-- | config/commence.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/commence.am b/config/commence.am index 39bff3c..3a7ef49 100644 --- a/config/commence.am +++ b/config/commence.am @@ -97,3 +97,12 @@ CHECK_CLEANFILES=*.chkexe *.chklog *.clog # normally go) because it should be included in the top-level Makefile.am # as well. check-install: installcheck + +# List all build rules defined by HDF5 Makefiles as "PHONY" targets here. +# This tells the Makefiles that these targets are not files to be built but +# commands that should be executed even if a file with the same name already +# exists. +.PHONY: build-check-clean build-check-p build-check-s build-lib build-progs \ + build-tests check-clean check-install check-p check-s check-vfd \ + install-doc lib progs tests uninstall-doc _exec_check-s _test + |