diff options
| author | rcritten <> | 2005-05-24 21:22:49 +0000 |
|---|---|---|
| committer | rcritten <> | 2005-05-24 21:22:49 +0000 |
| commit | 32a0cc435a9d3c6aee91ab473a3a033a1cd8ba37 (patch) | |
| tree | 5d1d60bde96ac4fc314f28d3230b90dfe8540d94 | |
| parent | 0eba132288e931684bb8d8505481981a6dd17c60 (diff) | |
Terminate echo'd strings
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 7e11b07..5e5429f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -479,8 +479,8 @@ install-libLTLIBRARIES: libmodnss.la @echo "" @echo "********************** NOTE **************************" @echo "mod_nss and mod_ssl may not be installed at the same time." - @echo "An attempt has been made to rename ssl.conf to - @echo "ssl.conf.old but be sure to double-check your Apache + @echo "An attempt has been made to rename ssl.conf to" + @echo "ssl.conf.old but be sure to double-check your Apache" @echo "configuration." @echo "********************** NOTE **************************" @echo "" |
