From 7beb6d42ceb4bcb8294f42ff6a0a292e434bcc88 Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 17 Jul 2004 20:57:37 +0000 Subject: Properly terminate a quoted string in the previous commit. Oddly enough this only seems to cause problems with -jX so went unnoticed until now. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 716cf04..89d9842 100644 --- a/Makefile +++ b/Makefile @@ -187,7 +187,7 @@ world: @echo "installation without also building and installing a new" @echo "kernel. This can be dangerous. Please read the handbook," @echo "'Using make world', for how to upgrade your system." - @echo "Define DESTDIR to the where you want to install FreeBSD, + @echo "Define DESTDIR to the where you want to install FreeBSD," @echo "including /, to override this warning and proceed as usual." @echo "Bailing out now..." @false -- cgit v1.1