# HG changeset patch # User drencor-xeen # Date 1358480746 21600 # Node ID 57b3108c144d05d381aea0f82d3fb8f20fc40b2d # Parent 51a38eaee97a6d269fdf5f8e04e2822bb53e3945 Found a incorrect sys.l being used in 3rdparty/packages/pacos9/makefile updated path and name so it now uses the sys6809l2.l from the lib folder. diff -r 51a38eaee97a -r 57b3108c144d 3rdparty/packages/pacos9/makefile --- a/3rdparty/packages/pacos9/makefile Thu Jan 17 20:08:48 2013 -0600 +++ b/3rdparty/packages/pacos9/makefile Thu Jan 17 21:45:46 2013 -0600 @@ -7,7 +7,7 @@ score90.r scrns90.r setup90.r pacos9: $(RFILES) - rlink $(RFILES) -o=pacos9 -l=$(C3BASE)/lib/sys.l + rlink $(RFILES) -o=pacos9 -l=$(NITROS9DIR)/lib/sys6809l2.l clean: $(RM) $(RFILES) pacos9 diff -r 51a38eaee97a -r 57b3108c144d ChangeLog --- a/ChangeLog Thu Jan 17 20:08:48 2013 -0600 +++ b/ChangeLog Thu Jan 17 21:45:46 2013 -0600 @@ -3,6 +3,14 @@ ---------------------------------------------------------- 2013/01/17 David Ladd M ChangeLog +M 3rdparty/packages/pacos9/makefile + +Updated 3rdparty/packages/pacos9/makefile to use the newer +sys.l file. Changed the lib file to sys6809l2.l from sys.l + +---------------------------------------------------------- +2013/01/17 David Ladd +M ChangeLog M level2/coco3/cmds/makefile M level2/coco3_6309/cmds/makefile A level2/coco3/cmds/makefile_common