From c1c9b913a2f0cf2b6bdfb5ee9143796abfbad4d4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 12 Apr 2011 19:37:33 +0000 Subject: Fixes for clean LPCXpresso NSH build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3495 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nettest/Makefile | 2 +- apps/examples/udp/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/examples/nettest/Makefile b/apps/examples/nettest/Makefile index e9489a6be..323cac952 100644 --- a/apps/examples/nettest/Makefile +++ b/apps/examples/nettest/Makefile @@ -91,7 +91,7 @@ $(TARG_AOBJS): %$(OBJEXT): %.S $(TARG_COBJS): %$(OBJEXT): %.c $(call COMPILE, $<, $@) -$(TARG_BIN): $(TARG_OBJS) $(HOST_BIN) +"$(TARG_BIN)": $(TARG_OBJS) $(HOST_BIN) @( for obj in $(TARG_OBJS) ; do \ $(call ARCHIVE, $@, $${obj}); \ done ; ) diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile index 8a4458d87..a9361ba6e 100644 --- a/apps/examples/udp/Makefile +++ b/apps/examples/udp/Makefile @@ -91,7 +91,7 @@ $(TARG_AOBJS): %$(OBJEXT): %.S $(TARG_COBJS): %$(OBJEXT): %.c $(call COMPILE, $<, $@) -$(TARG_BIN): $(TARG_OBJS) $(HOST_BIN) +"$(TARG_BIN)": $(TARG_OBJS) $(HOST_BIN) @( for obj in $(TARG_OBJS) ; do \ $(call ARCHIVE, $@, $${obj}); \ done ; ) -- cgit v1.2.3