summaryrefslogtreecommitdiffstats
path: root/config/conclude.am
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-03-23 21:26:17 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-03-23 21:26:17 (GMT)
commit93aa12407f5b7cbfdb69a8c324fef6b18ea45e16 (patch)
treebccb25e38f50fca798f13689915b4a87f944a6bd /config/conclude.am
parentb22b47ced52e18aa16fd5347d1333f7c7aaa82af (diff)
downloadhdf5-93aa12407f5b7cbfdb69a8c324fef6b18ea45e16.zip
hdf5-93aa12407f5b7cbfdb69a8c324fef6b18ea45e16.tar.gz
hdf5-93aa12407f5b7cbfdb69a8c324fef6b18ea45e16.tar.bz2
[svn-r12149] Purpose:
Bug fix Description: Previous checkin did a bad thing; 'make clean' failed in example directories. Solution: Fixed commence.am so that examples no longer break, and fixed a mistake in conclude.am. Platforms tested: heping (minor makefile change) Misc. update:
Diffstat (limited to 'config/conclude.am')
-rw-r--r--config/conclude.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/conclude.am b/config/conclude.am
index 4fcc27f..ad33c81 100644
--- a/config/conclude.am
+++ b/config/conclude.am
@@ -73,7 +73,7 @@ build-check-clean:
mostlyclean-local: build-check-clean
# check-install is just a synonym for installcheck
- @$(MAKE) $(AM_MAKEFLAGS) installcheck
+check-install: installcheck
# Run each test in order, passing $(TEST_FLAGS) to the program.
# Since tests are done in a shell loop, "make -i" does apply inside it.