From 96e153c0d29b1ab3657948e280faa25e864b28c5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 11 Nov 2012 23:44:31 +0000 Subject: Correct some issues with last check-in; ez80 still does not build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5339 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nettest/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/examples/nettest') diff --git a/apps/examples/nettest/Makefile b/apps/examples/nettest/Makefile index 09a7c42dd..979a2391e 100644 --- a/apps/examples/nettest/Makefile +++ b/apps/examples/nettest/Makefile @@ -112,7 +112,7 @@ $(HOST_BIN): $(HOST_OBJS) @$(HOSTCC) $(HOSTLDFLAGS) $(HOST_OBJS) -o $@ .built: $(TARG_OBJS) - $(call ARCHIVE, $@, "$(TARG_OBJS)") + $(call ARCHIVE, $(BIN), "$(TARG_OBJS)") @touch .built .context: @@ -124,7 +124,7 @@ endif context: .context .depend: Makefile $(TARG_SRCS) - @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(TARG_SRCS) >Make.dep + @$(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(TARG_SRCS) >Make.dep @touch $@ depend: .depend -- cgit v1.2.3