From a5679341861946de8df9335541791b57e7efe426 Mon Sep 17 00:00:00 2001 From: James Laird Date: Tue, 12 Apr 2005 15:44:00 -0500 Subject: [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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- cgit v0.12