changeset 1699:0ec4d6e34fcc

Added xmode (forgot for 6309) in makefile
author boisy
date Tue, 03 Aug 2004 19:53:36 +0000
parents 78d882ba2751
children 6f066e2f3ee2
files level2/cmds/makefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/level2/cmds/makefile	Tue Aug 03 15:00:25 2004 +0000
+++ b/level2/cmds/makefile	Tue Aug 03 19:53:36 2004 +0000
@@ -27,12 +27,12 @@
 	$(RM) $@
 	$(MOVE) $@.tmp $@
 
+tmode:	xmode.asm
+	$(AS) $(AFLAGS) $< $(ASOUT)$@ -aTMODE=1
+
 xmode:	xmode.asm
 	$(AS) $(AFLAGS) $< $(ASOUT)$@ -aXMODE=1
 
-tmode:	xmode.asm
-	$(AS) $(AFLAGS) $< $(ASOUT)$@ -aTMODE=1
-
 pwd:	pd.asm
 	$(AS) $(AFLAGS) $< $(ASOUT)$@ -aPWD=1