summaryrefslogtreecommitdiffstats
path: root/tools/test/h5ls/Makefile.am
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-04-28 21:37:22 (GMT)
committerlrknox <lrknox>2017-04-28 21:37:22 (GMT)
commitbe49a9422654ac9eec07ffe3599b4a7f7561cdb6 (patch)
treea367840b3feeb8ee1571079fa5480b3789dc7de4 /tools/test/h5ls/Makefile.am
parentfc4e8ea5ecc52d0df179ec26ec9bf001a60c1ca0 (diff)
downloadhdf5-be49a9422654ac9eec07ffe3599b4a7f7561cdb6.zip
hdf5-be49a9422654ac9eec07ffe3599b4a7f7561cdb6.tar.gz
hdf5-be49a9422654ac9eec07ffe3599b4a7f7561cdb6.tar.bz2
Comment out install-exec-hooks to remove libdynlib* files. Allen did
the same for hdf5_1_10 and hdf5_1_10_1 because the hooks don't reliably work. In the develop branch they are causing make install failures because the autotools' install commands sometimes attempt to chmod these files when they no longer exist.
Diffstat (limited to 'tools/test/h5ls/Makefile.am')
-rw-r--r--tools/test/h5ls/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5ls/Makefile.am b/tools/test/h5ls/Makefile.am
index 9773ee5..8ace14d 100644
--- a/tools/test/h5ls/Makefile.am
+++ b/tools/test/h5ls/Makefile.am
@@ -43,8 +43,8 @@ if HAVE_SHARED_CONDITIONAL
libdynlibls.la: $(libdynlibls_la_OBJECTS) $(libdynlibls_la_DEPENDENCIES) $(EXTRA_libdynlibls_la_DEPENDENCIES)
$(AM_V_CCLD)$(libdynlibls_la_LINK) $(am_libdynlibls_la_rpath) $(libdynlibls_la_OBJECTS) $(libdynlibls_la_LIBADD)
-install-exec-hook:
- $(RM) $(DESTDIR)$(dyndir)/*dynlib*
+#install-exec-hook:
+# $(RM) $(DESTDIR)$(dyndir)/*dynlib*
endif