summaryrefslogtreecommitdiffstats
path: root/fortran/examples
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2011-10-03 00:32:40 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2011-10-03 00:32:40 (GMT)
commit319ded76cfb0adc4de8774c9ca379d1775ee18a8 (patch)
tree21037b05782734cf8dc43defea954f88e0c1b9ae /fortran/examples
parent5c7353d2cd6f917cc1cb3448f25e82dc6dad9b09 (diff)
downloadhdf5-319ded76cfb0adc4de8774c9ca379d1775ee18a8.zip
hdf5-319ded76cfb0adc4de8774c9ca379d1775ee18a8.tar.gz
hdf5-319ded76cfb0adc4de8774c9ca379d1775ee18a8.tar.bz2
[svn-r21444] Snapshot version 1.8 release 8 (snap16)
Diffstat (limited to 'fortran/examples')
-rw-r--r--fortran/examples/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index 12460f3..6593fca 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/examples/Makefile.in
@@ -683,11 +683,11 @@ install-data-local:
uninstall-local:
@$(MAKE) $(AM_MAKEFLAGS) uninstall-examples
-install-examples: $(EXAMPLEDIR) $(INSTALL_FILES)
+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); \
- chmod a-x $(EXAMPLEDIR)/$$f; \
+ (set -x; $(INSTALL) $(srcdir)/$$f $(EXAMPLEDIR)/. || exit 1);\
+ chmod a-x $(EXAMPLEDIR)/$$f;\
fi; \
done
@for f in X $(INSTALL_SCRIPT_FILES); do \