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/netutils/thttpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/netutils') diff --git a/apps/netutils/thttpd/Makefile b/apps/netutils/thttpd/Makefile index 6e337c2c1..27021857c 100644 --- a/apps/netutils/thttpd/Makefile +++ b/apps/netutils/thttpd/Makefile @@ -98,7 +98,7 @@ all: $(SUBDIR_BIN) .built $(AOBJS): %$(OBJEXT): %.S $(call ASSEMBLE, $<, $@) -$(COBJS): %$(OBJEXT): %.c +$(COBJS) $(MAINOBJ): %$(OBJEXT): %.c $(call COMPILE, $<, $@) ifeq ($(CONFIG_NXFLAT),y) -- cgit v1.2.3