Add missing double quote (") in "echo".

Submitted by:	wolf@kintaro.cologne.de
This commit is contained in:
Stefan Eßer 1995-03-06 13:32:58 +00:00
parent fdf5c453e0
commit d3b1e73dd2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6934

View File

@ -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 && \