changeset 2816:8babf9987e22 lwtools-port

Fixed issue with makefile and inetd/dw/telnet
author Boisy Pitre <boisy.pitre@nuance.com>
date Thu, 14 Feb 2013 07:29:48 -0600
parents 834007765b95
children 5c6b71612ce4
files level1/atari/cmds/makefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/level1/atari/cmds/makefile	Tue Feb 12 20:41:49 2013 -0600
+++ b/level1/atari/cmds/makefile	Thu Feb 14 07:29:48 2013 -0600
@@ -1,13 +1,13 @@
 PORT = atari
 include $(NITROS9DIR)/rules.mak
 
-vpath %.a $(LEVEL1)/cmds
+vpath %.as $(LEVEL1)/cmds
 vpath %.asm $(LEVEL1)/cmds:$(NITROS9DIR)/3rdparty/packages/basic09
 
 DEPENDS		= ./makefile
 
-AFLAGS		+= --includedir=$(NITROS9DIR)/3rdparty/packages/basic09
-LFLAGS		+= -l=$(NITROS9DIR)/lib/net.l -l=$(NITROS9DIR)/lib/alib.l -l=$(NITROS9DIR)/lib/sys6809l1.l
+AFLAGS          += --includedir=$(NITROS9DIR)/3rdparty/packages/basic09
+LFLAGS          += -L $(NITROS9DIR)/lib -lnet -lcoco -lalib
 
 BASIC09FILES	= basic09.asm runb.asm gfx.asm inkey.asm syscall.asm
 CMDS		= asm attr backup binex build calldbg cmp copy cputype \