diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2010-03-14 15:04:16 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2010-03-14 15:04:16 (GMT) |
commit | 0a4eadc0b9ca93559cece4fe0b777e63f472930d (patch) | |
tree | b96cd8b68a30f2a6e731921e659283f374d571c4 /Makefile.in | |
parent | abd2909328d0b4dc7bb119b61ad1cd74f56ebec9 (diff) | |
download | hdf5-0a4eadc0b9ca93559cece4fe0b777e63f472930d.zip hdf5-0a4eadc0b9ca93559cece4fe0b777e63f472930d.tar.gz hdf5-0a4eadc0b9ca93559cece4fe0b777e63f472930d.tar.bz2 |
[svn-r18406] Snapshot version 1.9 release 62
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 8587ac7..3f30707 100644 --- a/Makefile.in +++ b/Makefile.in @@ -68,9 +68,9 @@ build_triplet = @build@ host_triplet = @host@ DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(top_srcdir)/config/commence.am \ - $(top_srcdir)/configure COPYING bin/COPYING bin/compile \ - bin/config.guess bin/config.sub bin/depcomp bin/install-sh \ - bin/ltmain.sh bin/missing bin/mkinstalldirs + $(top_srcdir)/configure COPYING bin/COPYING bin/README \ + bin/compile bin/config.guess bin/config.sub bin/depcomp \ + bin/install-sh bin/ltmain.sh bin/missing bin/mkinstalldirs subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.in |