summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/commence.am4
-rw-r--r--src/Makefile.am1
2 files changed, 2 insertions, 3 deletions
diff --git a/config/commence.am b/config/commence.am
index 6e3d9a9..86276d2 100644
--- a/config/commence.am
+++ b/config/commence.am
@@ -98,8 +98,8 @@ CHECK_CLEANFILES=*.chkexe *.chklog *.clog *.clog2
.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 \
check-passthrough-vol install-doc lib progs tests uninstall-doc \
- _exec_check-s _test help
+ _exec_check-s _test help trace doxygen
help:
- @$(top_srcdir)/bin/makehelp
+ @$(top_srcdir)/bin/makehelp
diff --git a/src/Makefile.am b/src/Makefile.am
index 8645e9d..99158df 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -215,7 +215,6 @@ doxygen:
# version of the source file is saved with a tilde (~) after its name and
# tracing information is inserted. trace should have no effect on files
# without HDF5 macros.
-.PHONY: trace
trace: $(libhdf5_la_SOURCES)
@for dep in $? dummy; do \