From 8de0645dfa17c22f6a8ee58361f7d4b7ce2755ae Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sat, 9 Aug 2003 10:26:31 -0500 Subject: [svn-r7332] Purpose: Bug fix Description: Correct 'make check-install' failure by restoring previous behavior. Platforms tested: FreeBSD 4.8 (sleipnir) should be the same for all platforms, h5committest not needed. --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 0fd8745..aa80b81 100644 --- a/Makefile.in +++ b/Makefile.in @@ -118,8 +118,11 @@ uninstall-doc: ## Check if installation is correct by checking if examples can be built. ## This requires a proper "make install" has been done. check-install: - @@SETX@; for d in examples @HDF5_INTERFACES@; do \ + (cd examples && $(MAKE) check) || exit 1 + @@SETX@; for d in dummy @HDF5_INTERFACES@; do \ + if test $$d != "dummy"; then \ (cd $$d && $(MAKE) $@) || exit 1; \ + fi; \ done ## Number format detection -- cgit v0.12