summaryrefslogtreecommitdiffstats
path: root/hl/fortran/Makefile.in
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2009-04-20 06:03:29 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2009-04-20 06:03:29 (GMT)
commit833921737479e9b33b8397a766fe9e5b20936e3b (patch)
treed24eb7c81f87f9404c1c19adb5006d6119b35119 /hl/fortran/Makefile.in
parentd380fe5398b60894a81c73b4ef9ccc5fcadafbc2 (diff)
downloadhdf5-833921737479e9b33b8397a766fe9e5b20936e3b.zip
hdf5-833921737479e9b33b8397a766fe9e5b20936e3b.tar.gz
hdf5-833921737479e9b33b8397a766fe9e5b20936e3b.tar.bz2
[svn-r16793] Description:
- Updated bin/reconfigure to use latest version of automake (1.10.2). Regenerated Makefile.in's by running bin/reconfigure. - Added libtool version numbers to c++, fortran, hl, hl c++, and hl fortran libraries. Tested: jam, liberty, smirom
Diffstat (limited to 'hl/fortran/Makefile.in')
-rw-r--r--hl/fortran/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/hl/fortran/Makefile.in b/hl/fortran/Makefile.in
index af080bb..c04a423 100644
--- a/hl/fortran/Makefile.in
+++ b/hl/fortran/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -351,8 +351,8 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
- && exit 0; \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
exit 1;; \
esac; \
done; \
@@ -458,7 +458,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
- $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
mkid -fID $$unique
tags: TAGS