From 1b71212b342ec43b9641ee0f9e8ff0f6113b36f0 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 24 Jun 2002 20:13:09 +0000 Subject: [PATCH] correct syntax in last commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41a006aab00d..db4a5c5f74ec 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ # release of 4.0. You have exactly one major release to move entirely # to elf. # -# If -DTARGET_ARCH=arch (e.g. ia64, sparc64, ...) is specified you can +# If TARGET_ARCH=arch (e.g. ia64, sparc64, ...) is specified you can # cross build world for other architectures using the buildworld target, # and once the world is built you can cross build a kernel using the # buildkernel target.