From bd8eb4262f081cf70d85b37f0222700ef7d38d21 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 20 Mar 2011 19:30:39 +0000 Subject: [PATCH] More build fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3406 42af7a65-404d-4744-a932-0658087f49c3 --- examples/usbserial/Makefile.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/usbserial/Makefile.host b/examples/usbserial/Makefile.host index eeac5334c..8c8884b42 100644 --- a/examples/usbserial/Makefile.host +++ b/examples/usbserial/Makefile.host @@ -58,7 +58,7 @@ endif all: $(BIN)$(EXEEXT) $(BIN)$(EXEEXT): $(SRC) - $(HOSTCC) $(HOSTCFLAGS) $(DEFINES) $^ -o $@ + @$(HOSTCC) $(HOSTCFLAGS) $(DEFINES) $^ -o $@ clean: @rm -f $(BIN) *~ .*.swp *.o