diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-02-15 16:02:41 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-02-15 16:02:41 (GMT) |
commit | 7b3df5b3f4bee819277e8a72e208437eb6ed5f26 (patch) | |
tree | 91585d7fb5e956b925e1bebf0994a36fa090424a /Makefile.in | |
parent | f28193d92c629b8f6b311c55a02d3672b30fe7ec (diff) | |
download | hdf5-7b3df5b3f4bee819277e8a72e208437eb6ed5f26.zip hdf5-7b3df5b3f4bee819277e8a72e208437eb6ed5f26.tar.gz hdf5-7b3df5b3f4bee819277e8a72e208437eb6ed5f26.tar.bz2 |
[svn-r4976] Purpose:
Feature
Description:
Change examples to use the installed h5cc to compile the examples
programs. That will test the correctness of the installed software.
Removed examples from make targets in the top level so that it does
not get invoked in make or make check since one cannot compile
the example programs until after "make install" has completed.
Platforms tested:
eirene and modi4 (parallel)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index e0be549..c275988 100644 --- a/Makefile.in +++ b/Makefile.in @@ -62,7 +62,7 @@ lib progs check test _test uninstall: done tests TAGS dep depend: - @@SETX@; for d in $(SUBDIRS) perform examples; do \ + @@SETX@; for d in $(SUBDIRS) perform; do \ (cd $$d && $(MAKE) $@) || exit 1; \ done |