diff level2/makefile @ 1227:70923b54cc47

cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go. rel module now has conditional for 50Hz systems (to be implemented)
author boisy
date Tue, 22 Jul 2003 13:32:36 +0000
parents 292efcec1926
children 23c681a015e1
line wrap: on
line diff
--- a/level2/makefile	Fri Jul 11 19:46:38 2003 +0000
+++ b/level2/makefile	Tue Jul 22 13:32:36 2003 +0000
@@ -21,7 +21,7 @@
 SYSBIN		= $(shell $(CD) SYS; make showbinobjs)
 SYSTEXT		= $(shell $(CD) SYS; make showtextobjs)
 ROOTFILES	= startup
-SYSGO		= cc3go
+SYSGO		= cc3go_dd
 
 PACKAGENAME	= $(RELEASE).zip
 DSK1		= $(RELEASE)_ds40_1.dsk
@@ -60,8 +60,8 @@
 	$(MAKDIR) $@,CMDS
 	$(MAKDIR) $@,SYS
 	$(MAKDIR) $@,DEFS
-	$(CP) MODULES/$(SYSGO) $@,
-	$(OS9ATTR_EXEC) $@,$(SYSGO)
+	$(CP) MODULES/$(SYSGO) $@,cc3go
+	$(OS9ATTR_EXEC) $@,cc3go
 	$(CD) CMDS; $(CP) $(CMDS) ../$@,CMDS
 	$(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
 	$(CD) SYS; $(CP) $(SYSBIN) ../$@,SYS