summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-07-01 04:28:17 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-07-01 04:28:17 (GMT)
commitcf63d99566e5944f2a063d92bc4c3f8762dbfc72 (patch)
treee63415b2ac36ba0ff6d334a988ec8a9be6b1b958 /Makefile.in
parent63c316a5819f0af61d6136a64e9d87c0d1723e0f (diff)
downloadhdf5-cf63d99566e5944f2a063d92bc4c3f8762dbfc72.zip
hdf5-cf63d99566e5944f2a063d92bc4c3f8762dbfc72.tar.gz
hdf5-cf63d99566e5944f2a063d92bc4c3f8762dbfc72.tar.bz2
[svn-r5730] Purpose:
Feature Add Description: Install the h5perf program (previously called pio_perf). This required the libh5test library to be compiled statically. I copied how things were compiled statically for the h5tools library into the test/Makefile.in. Platforms tested: Linux
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 524a553..930ba45 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -75,7 +75,7 @@ tests TAGS dep depend:
done
install:
- @@SETX@; for d in $(SUBDIRS); do \
+ @@SETX@; for d in $(SUBDIRS) perform; do \
(cd $$d && $(MAKE) $@) || exit 1; \
done
@$(LT) --mode=finish $(libdir);