summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorlrknox <lrknox>2016-11-08 22:37:17 (GMT)
committerlrknox <lrknox>2016-11-08 22:37:17 (GMT)
commitbfba684d65249f37f1138d283ee19a587761ef51 (patch)
tree126cd1152b4e89da7ca0356f315763bc7b351d77 /Makefile.in
parentd44a4a5f8b624aadebe4f88dfc7b71fa514a455a (diff)
downloadhdf5-bfba684d65249f37f1138d283ee19a587761ef51.zip
hdf5-bfba684d65249f37f1138d283ee19a587761ef51.tar.gz
hdf5-bfba684d65249f37f1138d283ee19a587761ef51.tar.bz2
Change default build mode to production.
Update version to 1.8.18-pre2.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 4535d8d..389a10f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -194,8 +194,8 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/bin/compile \
$(top_srcdir)/bin/install-sh $(top_srcdir)/bin/ltmain.sh \
$(top_srcdir)/bin/missing $(top_srcdir)/bin/mkinstalldirs \
$(top_srcdir)/config/commence.am COPYING bin/COPYING \
- bin/compile bin/config.guess bin/config.sub bin/install-sh \
- bin/ltmain.sh bin/missing bin/mkinstalldirs
+ bin/compile bin/config.guess bin/config.sub bin/depcomp \
+ bin/install-sh bin/ltmain.sh bin/missing bin/mkinstalldirs
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)