| commit | bd8eb4262f081cf70d85b37f0222700ef7d38d21 | [log] [tgz] |
|---|---|---|
| author | patacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3> | Sun Mar 20 19:30:39 2011 +0000 |
| committer | patacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3> | Sun Mar 20 19:30:39 2011 +0000 |
| tree | 1ebec8bf6517bd1ae76fb4306265fde269db1f7d | |
| parent | bafd2949c39298d01fdcea931eaac5b5ee056a34 [diff] |
More build fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3406 42af7a65-404d-4744-a932-0658087f49c3
diff --git a/examples/usbserial/Makefile.host b/examples/usbserial/Makefile.host index eeac533..8c8884b 100644 --- a/examples/usbserial/Makefile.host +++ b/examples/usbserial/Makefile.host
@@ -58,7 +58,7 @@ all: $(BIN)$(EXEEXT) $(BIN)$(EXEEXT): $(SRC) - $(HOSTCC) $(HOSTCFLAGS) $(DEFINES) $^ -o $@ + @$(HOSTCC) $(HOSTCFLAGS) $(DEFINES) $^ -o $@ clean: @rm -f $(BIN) *~ .*.swp *.o