changeset 69:efb0d7b57679

Removed temporary -l
author boisy
date Wed, 01 May 2002 12:15:59 +0000
parents 8ffca4533723
children b373c5630cbd
files 3rdparty/booters/makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/booters/makefile	Wed May 01 12:15:18 2002 +0000
+++ b/3rdparty/booters/makefile	Wed May 01 12:15:59 2002 +0000
@@ -18,7 +18,7 @@
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2
 
 boot_tc3: boot_scsi.asm
-	$(AS) -l $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKenton=0 -aTC3=1
+	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKenton=0 -aTC3=1
 
 boot_ide: boot_ide.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2