diff options
author | se <se@FreeBSD.org> | 1995-03-06 13:32:58 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 1995-03-06 13:32:58 +0000 |
commit | 8def37dc0b02418dcb2712abf951389905f4328d (patch) | |
tree | 66fdca80369bed97f7a950ae230c29e238e3cee6 /Makefile | |
parent | 3d98a98decd2df8ee524cc887182224a41cc7ea6 (diff) | |
download | FreeBSD-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 && \ |