diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2011-10-03 00:32:40 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2011-10-03 00:32:40 (GMT) |
commit | 319ded76cfb0adc4de8774c9ca379d1775ee18a8 (patch) | |
tree | 21037b05782734cf8dc43defea954f88e0c1b9ae /fortran | |
parent | 5c7353d2cd6f917cc1cb3448f25e82dc6dad9b09 (diff) | |
download | hdf5-319ded76cfb0adc4de8774c9ca379d1775ee18a8.zip hdf5-319ded76cfb0adc4de8774c9ca379d1775ee18a8.tar.gz hdf5-319ded76cfb0adc4de8774c9ca379d1775ee18a8.tar.bz2 |
[svn-r21444] Snapshot version 1.8 release 8 (snap16)
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/examples/Makefile.in | 6 | ||||
-rw-r--r-- | fortran/src/Makefile.in | 4 |
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 |