diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-11-03 21:41:34 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-11-03 21:41:34 (GMT) |
commit | 2c0c5c31fe91790f79dac34579cf226cf3117db0 (patch) | |
tree | e83d7ec252a293b42c3295a15462c6ca6f25f3c0 | |
parent | d6c92bde006ce9c31d7dbf06ca25fa39a9657ee6 (diff) | |
download | hdf5-2c0c5c31fe91790f79dac34579cf226cf3117db0.zip hdf5-2c0c5c31fe91790f79dac34579cf226cf3117db0.tar.gz hdf5-2c0c5c31fe91790f79dac34579cf226cf3117db0.tar.bz2 |
Doxygen correct PHONY target
-rw-r--r-- | config/commence.am | 4 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
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 \ |