diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-03-23 21:26:17 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-03-23 21:26:17 (GMT) |
commit | 93aa12407f5b7cbfdb69a8c324fef6b18ea45e16 (patch) | |
tree | bccb25e38f50fca798f13689915b4a87f944a6bd /Makefile.am | |
parent | b22b47ced52e18aa16fd5347d1333f7c7aaa82af (diff) | |
download | hdf5-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 'Makefile.am')
-rwxr-xr-x | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 654b5c9..45d1982 100755 --- a/Makefile.am +++ b/Makefile.am @@ -146,6 +146,9 @@ uninstall-doc: installcheck-local: @(cd examples && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; +# check-install is just a synonym for installcheck +check-install: installcheck + # Only source files in the src directory include tracing information, # so 'make trace' only needs to recurse into that directory. trace: |