From 6ba90d01b2bc73b9ffd9a0ca8305f97ed34efb68 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 7 Sep 2014 06:59:30 -0600 Subject: Update apps/examples/helloxx/Makefile --- apps/examples/wget/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/wget/Makefile') diff --git a/apps/examples/wget/Makefile b/apps/examples/wget/Makefile index 92e15c106..9636b6e5a 100644 --- a/apps/examples/wget/Makefile +++ b/apps/examples/wget/Makefile @@ -45,7 +45,7 @@ CSRCS = target.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) -- cgit v1.2.3