summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-04-12 20:44:00 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-04-12 20:44:00 (GMT)
commita5679341861946de8df9335541791b57e7efe426 (patch)
tree7f2492d5d92b44b8db778619147185ec19c83499
parent2e1e1c463954b4eb55dc5aebe0b9df2f276eb96c (diff)
downloadhdf5-a5679341861946de8df9335541791b57e7efe426.zip
hdf5-a5679341861946de8df9335541791b57e7efe426.tar.gz
hdf5-a5679341861946de8df9335541791b57e7efe426.tar.bz2
[svn-r10594] Purpose:
Bug fix Description: In setting h5perf to be installed, I told 'make install-all' to recurse into perform directory. This was the right approach for the 1.7 branch, but breaks 'make install-all' in the 1.6 branch. Solution: Don't have install-all recurse into perform directory. h5perf still gets installed when 'make install-all' invokes 'make install'. Platforms tested: mir
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 46cf813..0c36ba6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -77,7 +77,7 @@ tests TAGS dep depend uninstall:
done
install-all:
- @@SETX@; for d in dummy @subdirs@ perform; do \
+ @@SETX@; for d in dummy @subdirs@; do \
if test $$d != "dummy"; then \
(cd $$d && $(MAKE) $@) || exit 1; \
fi; \