summaryrefslogtreecommitdiff
path: root/apps/examples/wget/Makefile.host
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/wget/Makefile.host')
-rw-r--r--apps/examples/wget/Makefile.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/wget/Makefile.host b/apps/examples/wget/Makefile.host
index ebd5f54e7..ea35e795f 100644
--- a/apps/examples/wget/Makefile.host
+++ b/apps/examples/wget/Makefile.host
@@ -37,7 +37,7 @@ WD = ${shell pwd}
TOPDIR = $(WD)/../..
-include $(TOPDIR)/Make.defs
-OBJS = host.o1 webclient.o1 uip_parsehttpurl.o1
+OBJS = host.o1 webclient.o1 netlib_parsehttpurl.o1
BIN = wget
HOSTCFLAGS += -DCONFIG_WEBCLIENT_HOST=1