From 465abbbbf23f4975bbadec85b3f9c924bab60a6e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 11 Sep 2014 07:08:48 -0600 Subject: More updated makefiles --- apps/examples/udp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/udp/Makefile') diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile index 7d0426026..91e34ba73 100644 --- a/apps/examples/udp/Makefile +++ b/apps/examples/udp/Makefile @@ -107,7 +107,7 @@ all: .built $(TARG_AOBJS): %$(OBJEXT): %.S $(call ASSEMBLE, $<, $@) -$(TARG_COBJS): %$(OBJEXT): %.c +$(TARG_COBJS) $(TARG_MAINOBJ): %$(OBJEXT): %.c $(call COMPILE, $<, $@) $(TARG_BIN): $(TARG_OBJS) $(HOST_BIN) -- cgit v1.2.3