From f6f8f750c7a25d123dc6f20902b38bcda1c95963 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 20 Mar 2011 19:30:39 +0000 Subject: More build fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3406 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/usbserial/Makefile.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/examples/usbserial/Makefile.host b/apps/examples/usbserial/Makefile.host index eeac5334c..8c8884b42 100644 --- a/apps/examples/usbserial/Makefile.host +++ b/apps/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 -- cgit v1.2.3