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/modbus/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'apps/modbus') diff --git a/apps/modbus/Makefile b/apps/modbus/Makefile index 01deedb54..321bf09b5 100644 --- a/apps/modbus/Makefile +++ b/apps/modbus/Makefile @@ -88,7 +88,7 @@ endif .built: $(OBJS) ifeq ($(CONFIG_MODBUS),y) - $(call ARCHIVE, $@, "$(OBJS)") + $(call ARCHIVE, $(BIN), "$(OBJS)") @touch .built endif @@ -96,8 +96,7 @@ context: .depend: Makefile $(SRCS) ifeq ($(CONFIG_MODBUS),y) - @$(MKDEP) $(DEPPATH) \ - $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep + @$(MKDEP) $(DEPPATH) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ endif -- cgit v1.2.3