summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/examples/Makefile.in6
-rw-r--r--fortran/src/Makefile.in4
2 files changed, 5 insertions, 5 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 \
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 87936f0..669a1bf 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -477,8 +477,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
-LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 83
+LT_VERS_INTERFACE = 7
+LT_VERS_REVISION = 2
LT_VERS_AGE = 0
# Include src directory in both Fortran and C flags (C compiler is used