summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2013-04-01 22:52:23 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2013-04-01 22:52:23 (GMT)
commit8b04aa4c87fe7657d1a1dad62c2a95ab19e41083 (patch)
tree9dd83064f45fbdad158a8ee364890ae0fcdccfef /test/Makefile.am
parent95332ad1770877b3b4558eb91a2dae4a0dd5aab1 (diff)
downloadhdf5-8b04aa4c87fe7657d1a1dad62c2a95ab19e41083.zip
hdf5-8b04aa4c87fe7657d1a1dad62c2a95ab19e41083.tar.gz
hdf5-8b04aa4c87fe7657d1a1dad62c2a95ab19e41083.tar.bz2
[svn-r23512] Replace install-data-local with install-exec-hook in test/Makefile.am.
Change fixes order of chmod and rm for *dynlib* with parallel make. Tested in trunk.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 9f7fc9e..74f72d2 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -85,7 +85,7 @@ if HAVE_SHARED_CONDITIONAL
libdynlib1_la_SOURCES=dynlib1.c
libdynlib2_la_SOURCES=dynlib2.c
-install-data-local:
+install-exec-hook:
$(RM) $(DESTDIR)$(libdir)/*dynlib*
else