summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-03-07 20:49:16 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-03-07 20:49:16 (GMT)
commite99d6a3c5892c8d62635033b4c42373d9a552d3a (patch)
tree8a181669918b430482bf0230416054ec60adf490 /Makefile.in
parent4bcd59d351122d16ec1214c4257bc6020ffe5e0b (diff)
downloadhdf5-e99d6a3c5892c8d62635033b4c42373d9a552d3a.zip
hdf5-e99d6a3c5892c8d62635033b4c42373d9a552d3a.tar.gz
hdf5-e99d6a3c5892c8d62635033b4c42373d9a552d3a.tar.bz2
[svn-r10160] Purpose:
Forgot to run reconfigure Description: Forgot to run bin/reconfigure after removing my debug output from configure.in. Shame on me! Platforms tested: mir
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index af0a266..13d7adf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -35,7 +35,7 @@
# pmake has issues if variables are undefined. Solve this problem in
# top-level Makefile by defining .MAKEFLAGS target to -V before pmake can
-# encounter any undefined variables..
+# encounter any undefined variables.
# Automake resists putting anything but variable definitions first in
# a Makefile.in, so we'll put a placebo comment here and use sed in
# bin/reconfigure to turn it into the .MAKEFLAGS target. Sigh. -JL 2005