diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-06-11 16:32:59 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-06-11 16:32:59 (GMT) |
commit | 86da294594ec3394445ffb1e0fe86b0f520c24a5 (patch) | |
tree | a119f91bdb4ef592c39e6422bb8ad8cfcbf5f0c8 | |
parent | f7a792979818e5915b231174298caceef4f387bd (diff) | |
download | hdf5-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.in | 2 |
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 \ |