From: John Hodge Date: Sat, 12 Nov 2011 15:09:12 +0000 (+0800) Subject: Makefile - Removed AxWin2 from build X-Git-Tag: rel0.14~104 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=8bf54da9910556f1e45eeba41f139195a7eeda2f;p=tpg%2Facess2.git Makefile - Removed AxWin2 from build --- diff --git a/Makefile b/Makefile index 9821d169..d343708a 100644 --- a/Makefile +++ b/Makefile @@ -12,12 +12,12 @@ SUBMAKE = $(MAKE) --no-print-directory USRLIBS := crt0.o acess.ld ld-acess.so libgcc.so libc.so USRLIBS += libreadline.so libnet.so liburi.so -USRLIBS += libaxwin2.so libimage_sif.so +USRLIBS += libimage_sif.so USRAPPS := init login CLIShell cat ls mount USRAPPS += bomb USRAPPS += ifconfig ping telnet irc -USRAPPS += axwin2 axwin3 +USRAPPS += axwin3 ALL_DYNMODS = $(addprefix all-,$(DYNMODS)) ALL_MODULES := $(addprefix all-,$(MODULES))