Mercurial > hg > Members > kono > nitros9-code
changeset 680:e6d7a6d4cfd7
Added -e option for os9asm
author | boisy |
---|---|
date | Sun, 29 Dec 2002 17:04:24 +0000 |
parents | 6dc76e13c6bf |
children | 48c56efd777b |
files | 3rdparty/p2mods/makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/p2mods/makefile Sun Dec 29 17:03:23 2002 +0000 +++ b/3rdparty/p2mods/makefile Sun Dec 29 17:04:24 2002 +0000 @@ -15,7 +15,7 @@ $(AS) $(AFLAGS) $(ASOUT)$@ $< os9p4_regdump_6309: os9p4_regdump.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -aH6309=1 + $(AS) -e $(AFLAGS) $(ASOUT)$@ $< -aH6309=1 clean: $(RM) $(ALLOBJS)