# HG changeset patch # User Tormod Volden # Date 1424606256 -3600 # Node ID 75afc67f94aad5d34de945a2850fee5b806ec28f # Parent b547712d62097786b2a04743144cc6f2daaf7d00 rompak: Add missing AFLAGS in makefile This fixes 6309 builds. diff -r b547712d6209 -r 75afc67f94aa level1/coco1/modules/makefile --- 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