summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2010-05-03 19:40:36 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2010-05-03 19:40:36 (GMT)
commitf80d971c3b7add9517b15df7c62b38b45ba8643a (patch)
treebec86872c4c2c857f646968963f17c25f604f4ce /fortran
parent4f171f2b2101068665afe705de819afdd7dbd6ff (diff)
downloadhdf5-f80d971c3b7add9517b15df7c62b38b45ba8643a.zip
hdf5-f80d971c3b7add9517b15df7c62b38b45ba8643a.tar.gz
hdf5-f80d971c3b7add9517b15df7c62b38b45ba8643a.tar.bz2
[svn-r18694] Correct missing line (fi) in revision 18680 and remove incorrect code to install scripts to run examples. Correct code to install the scripts will be checked in later.
Tested on amani and talwit using daily test shell.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/examples/Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index f61ac9a..cb15bac 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/examples/Makefile.in
@@ -634,15 +634,12 @@ install-data-local:
uninstall-local:
@$(MAKE) $(AM_MAKEFLAGS) uninstall-examples
-install-examples: $(EXAMPLEDIR) $(INSTALL_FILES) $(TEST_SCRIPT)
+install-examples: $(EXAMPLEDIR) $(INSTALL_FILES)
@for f in X $(INSTALL_FILES); do \
if test $$f != X; then \
(set -x; $(INSTALL) $(srcdir)/$$f $(EXAMPLEDIR)/. || exit 1);\
fi; \
done
- @if test $(TEST_SCRIPT) != X; then \
- (set -x; $(INSTALL) $(builddir)/$(TEST_SCRIPT) $(EXAMPLEDIR)/.. \
- || exit 1);
uninstall-examples:
@if test -n "$(INSTALL_FILES)" -a -d $(EXAMPLEDIR); then \