ARCH=native - Fix compilation on newer compilers (link order)
[tpg/acess2.git] / Usermode / Applications / wget_src / Makefile
index e6f5a01..db28b27 100644 (file)
@@ -3,7 +3,8 @@
 -include ../Makefile.cfg
 
 CFLAGS += -std=gnu99
-LDFLAGS += -lnet -lpsocket -luri
+LIBS += -lnet -lpsocket -luri
+
 OBJ = main.o
 BIN = wget
 

UCC git Repository :: git.ucc.asn.au