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/posix_spawn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/posix_spawn') diff --git a/apps/examples/posix_spawn/Makefile b/apps/examples/posix_spawn/Makefile index 5fcca0a89..fe671ea63 100644 --- a/apps/examples/posix_spawn/Makefile +++ b/apps/examples/posix_spawn/Makefile @@ -45,7 +45,7 @@ CSRCS = spawn_main.c symtab.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