From c0a6b140715e535b2589f411419561cbd0f2b30c Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 15 Nov 2012 17:43:29 +0000 Subject: Move some (hopefully) un-necessary quotes in Makefiles for Mike git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/udp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/udp') diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile index 2f7d49322..6bfdce9cc 100644 --- a/apps/examples/udp/Makefile +++ b/apps/examples/udp/Makefile @@ -96,7 +96,7 @@ $(TARG_COBJS): %$(OBJEXT): %.c $(call COMPILE, $<, $@) "$(TARG_BIN)": $(TARG_OBJS) $(HOST_BIN) - $(call ARCHIVE, $@, "$(TARG_OBJS)") + $(call ARCHIVE, $@, $(TARG_OBJS)) $(HOST_OBJS): %.o: %.c $(HOSTCC) -c $(HOSTCFLAGS) $< -o $@ -- cgit v1.2.3