Mercurial > hg > Members > kono > nitros9-code
diff level2/coco3/defs/makefile @ 2050:d63587190d9b
For porting
author | boisy |
---|---|
date | Sun, 23 Apr 2006 19:13:38 +0000 |
parents | ed46fc161cc3 |
children | b8c7b7fbf3c9 |
line wrap: on
line diff
--- a/level2/coco3/defs/makefile Sun Apr 23 18:01:52 2006 +0000 +++ b/level2/coco3/defs/makefile Sun Apr 23 19:13:38 2006 +0000 @@ -11,19 +11,19 @@ all: $(ALLOBJS) OS9Defs: $(DEFSDIR)/os9defs - $(AS) $(DEFOPTS) -aOS9DEFS=0 $< > $@ + $(AS) $(AFLAGS) $(DEFOPTS) -aOS9DEFS=0 $< > $@ RBFDefs: $(DEFSDIR)/rbfdefs - $(AS) $(DEFOPTS) -aRBFDEFS=0 $< > $@ + $(AS) $(AFLAGS) $(DEFOPTS) -aRBFDEFS=0 $< > $@ SCFDefs: $(DEFSDIR)/scfdefs - $(AS) $(DEFOPTS) -aSCFDEFS=0 $< > $@ + $(AS) $(AFLAGS) $(DEFOPTS) -aSCFDEFS=0 $< > $@ SysType: $(DEFSDIR)/systype - $(AS) $(DEFOPTS) -aSYSTYPE=0 $< > $@ + $(AS) $(AFLAGS) $(DEFOPTS) -aSYSTYPE=0 $< > $@ VTIODefs: $(DEFSDIR)/vtiodefs_cc3 - $(AS) $(DEFOPTS) -aVTIODEFS=0 $< > $@ + $(AS) $(AFLAGS) $(DEFOPTS) -aVTIODEFS=0 $< > $@ clean: $(RM) $(DEFS)