changeset 2021:3ff157692e5d

fixed error including cobbler when it should be cobbler_dragon
author boisy
date Tue, 14 Mar 2006 04:08:45 +0000
parents 9dafc4b4c6dd
children 1b7bc08e2e25
files level1/cmds/makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level1/cmds/makefile	Fri Mar 10 03:46:24 2006 +0000
+++ b/level1/cmds/makefile	Tue Mar 14 04:08:45 2006 +0000
@@ -52,7 +52,7 @@
 	$(AS) $(AFLAGS) $< $(ASOUT)$@ -aPXD=1
 	
 cobbler_dragon: cobbler.asm
-	$(AS) $(AFLAGS) $< $(ASOUT)cobbler -aDRAGON=1
+	$(AS) $(AFLAGS) $< $(ASOUT)cobbler_dragon -aDRAGON=1
 
 clean:
 	$(RM) $(ALLOBJS)