changeset 3069:75afc67f94aa

rompak: Add missing AFLAGS in makefile This fixes 6309 builds.
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 22 Feb 2015 12:57:36 +0100
parents b547712d6209
children 03ae05578ec0
files level1/coco1/modules/makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level1/coco1/modules/makefile	Sun Feb 22 12:56:05 2015 +0100
+++ b/level1/coco1/modules/makefile	Sun Feb 22 12:57:36 2015 +0100
@@ -76,7 +76,7 @@
 # Special cases
 
 rominfo_pak: rominfo.asm
-	$(AS) $(ASOUT)$@ $< -DROMPak=1
+	$(AS) $(ASOUT)$@ $< $(AFLAGS) -DROMPak=1
 
 # TC^3 SCSI Booter
 boot_tc3: boot_scsi.asm