summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-06-11 16:32:59 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-06-11 16:32:59 (GMT)
commit86da294594ec3394445ffb1e0fe86b0f520c24a5 (patch)
treea119f91bdb4ef592c39e6422bb8ad8cfcbf5f0c8
parentf7a792979818e5915b231174298caceef4f387bd (diff)
downloadhdf5-86da294594ec3394445ffb1e0fe86b0f520c24a5.zip
hdf5-86da294594ec3394445ffb1e0fe86b0f520c24a5.tar.gz
hdf5-86da294594ec3394445ffb1e0fe86b0f520c24a5.tar.bz2
[svn-r5588] Purpose:
DOH!! Description: *sigh* I needed a "\" at the end of the line to indicate the continuation of the line. Solution: Added the "\" to the end of the line. Platforms tested: Linux
-rw-r--r--config/conclude.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/conclude.in b/config/conclude.in
index ff0f812..a0f800c 100644
--- a/config/conclude.in
+++ b/config/conclude.in
@@ -105,7 +105,7 @@ install-doc: $(PUB_DOCS)
@if test -d $(DOCDIR) ; then \
:; \
else \
- $(INSTALL_DIR) $(DOCDIR);
+ $(INSTALL_DIR) $(DOCDIR); \
fi
@for d in X $(SUBDIRS); do \
if test $$d != X; then \