aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/nettest/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 23:44:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 23:44:31 +0000
commit63e8e1bed383170be61d722348be7efcf1a33ec3 (patch)
tree121d4fdf55df9d292c0d1d3971b2c5252cf39eaa /apps/examples/nettest/Makefile
parenta42dcee79d5090c8df3a3a04cd1cf2b6d0347575 (diff)
downloadpx4-firmware-63e8e1bed383170be61d722348be7efcf1a33ec3.tar.gz
px4-firmware-63e8e1bed383170be61d722348be7efcf1a33ec3.tar.bz2
px4-firmware-63e8e1bed383170be61d722348be7efcf1a33ec3.zip
Correct some issues with last check-in; ez80 still does not build
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5339 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nettest/Makefile')
-rw-r--r--apps/examples/nettest/Makefile4
1 files changed, 2 insertions, 2 deletions
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