From e2c67e4e2ffa22cea52bcfd514429431f3d8a67d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 11 Sep 2014 06:48:11 -0600 Subject: MAINOBJ needs to be added to object list in many 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 43d75885b..2227e0958 100644 --- a/apps/examples/posix_spawn/Makefile +++ b/apps/examples/posix_spawn/Makefile @@ -85,7 +85,7 @@ all: build $(AOBJS): %$(OBJEXT): %.S $(call ASSEMBLE, $<, $@) -$(COBJS): %$(OBJEXT): %.c +$(COBJS) $(MAINOBJ): %$(OBJEXT): %.c $(call COMPILE, $<, $@) # This is a little messy. The build is broken into two pieces: (1) the -- cgit v1.2.3