Mercurial > hg > Members > kono > nitros9-code
comparison level2/coco3_6309/cmds/makefile @ 2767:51a38eaee97a
Thanks to Bill P for finding that wrong sys lib was being used in the level2/coco3/cmds/makefile
Renamed the level2/coco3/cmds/makefile to makefile_common
Then removed the the sys6809l1.l file from the makefile_common and then created a new makefile which would add this to the LFLAGS and then include makefile_common.
Found that level2/coco3_6309/cmds/makefile was including level2/coco3/cmds/makefile which means that it was also using sys6809l1.l as a linked in library. Updated level2/coco3_6309/cmds/makefile so that it includes level2/coco3/cmds/makefile_common and adds the sys6309l2.l using the LFLAGS option.
author | drencor-xeen |
---|---|
date | Thu, 17 Jan 2013 20:08:48 -0600 |
parents | c907d090db02 |
children | 863cf7feafa6 |
comparison
equal
deleted
inserted
replaced
2766:947ed392ce63 | 2767:51a38eaee97a |
---|---|
1 include ../../coco3/cmds/makefile | 1 ifndef NITROS9DIR |
2 NITROS9DIR = $(HOME)/nitros9 | |
3 endif | |
4 include $(NITROS9DIR)/rules.mak | |
5 include ../../coco3/cmds/makefile_common | |
2 AFLAGS += -e -aH6309=1 | 6 AFLAGS += -e -aH6309=1 |
7 LFLAGS += -l=$(NITROS9DIR)/lib/sys6309l2.l |