Mercurial > hg > Members > kono > nitros9-code
changeset 2785:2d45c7285ae4 lwtools-port
Fixed minor issue
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Sat, 26 Jan 2013 17:21:50 -0600 |
parents | 2594295f9cc7 |
children | e333ec1907ef 28b6ec8a14d5 |
files | lib/makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/makefile Sat Jan 26 17:19:06 2013 -0600 +++ b/lib/makefile Sat Jan 26 17:21:50 2013 -0600 @@ -2,7 +2,7 @@ SRC = os9s.as scfs.as rbfs.as pipes.as systype.as net.as drivewire.as -all: sys6809l1.a sys6809l2.a sys6309l2.a net.a +all: sys6809l1.a sys6809l2.a sys6309l2.a net.a alib.a sys6809l1.a: sys6809l1.o sys6809l2.a: sys6809l2.o @@ -16,7 +16,7 @@ drivewire.a: drivewire.a -alib.l: +alib.a: cd alib; make clean: