changeset 2778:c5c00f884f0d lwtools-port

Fixed makefile problem
author Boisy Pitre <boisy.pitre@nuance.com>
date Wed, 23 Jan 2013 21:20:07 -0600
parents 1868fbf470e7
children 3c95627d0ca9
files level2/coco3/makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level2/coco3/makefile	Wed Jan 23 21:02:34 2013 -0600
+++ b/level2/coco3/makefile	Wed Jan 23 21:20:07 2013 -0600
@@ -1,5 +1,5 @@
 ifeq ($(CPU),)
-        PORT=6809
+        CPU=6809
 endif
 PORT = coco3
 include $(NITROS9DIR)/rules.mak