summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1995-03-06 13:32:58 +0000
committerse <se@FreeBSD.org>1995-03-06 13:32:58 +0000
commit8def37dc0b02418dcb2712abf951389905f4328d (patch)
tree66fdca80369bed97f7a950ae230c29e238e3cee6 /Makefile
parent3d98a98decd2df8ee524cc887182224a41cc7ea6 (diff)
downloadFreeBSD-src-8def37dc0b02418dcb2712abf951389905f4328d.zip
FreeBSD-src-8def37dc0b02418dcb2712abf951389905f4328d.tar.gz
Add missing double quote (") in "echo".
Submitted by: wolf@kintaro.cologne.de
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4f20e24..015a0d4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.41 1995/02/26 01:27:27 phk Exp $
+# $Id: Makefile,v 1.42 1995/03/06 05:52:47 nate Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -224,7 +224,7 @@ includes:
lib-tools:
@echo "--------------------------------------------------------------"
- @echo " Rebuilding tools needed to build the libraries
+ @echo " Rebuilding tools needed to build the libraries"
@echo "--------------------------------------------------------------"
@echo
cd ${.CURDIR}/usr.bin/ar && \
OpenPOWER on IntegriCloud