From 8bf54da9910556f1e45eeba41f139195a7eeda2f Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 12 Nov 2011 23:09:12 +0800 Subject: [PATCH] Makefile - Removed AxWin2 from build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.20.1