From 8def37dc0b02418dcb2712abf951389905f4328d Mon Sep 17 00:00:00 2001 From: se Date: Mon, 6 Mar 1995 13:32:58 +0000 Subject: Add missing double quote (") in "echo". Submitted by: wolf@kintaro.cologne.de --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 && \ -- cgit v1.1