summaryrefslogtreecommitdiffstats
path: root/hl/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'hl/src/Makefile.in')
-rw-r--r--hl/src/Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in
index a2c6c30..67c904f 100644
--- a/hl/src/Makefile.in
+++ b/hl/src/Makefile.in
@@ -662,6 +662,14 @@ uninstall-am: uninstall-includeHEADERS uninstall-info-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
+
# Automake naturally assumes that we want it to remove y.tab.c on distclean.
# Convince it otherwise.
distclean-compile: