summaryrefslogtreecommitdiff
path: root/apps/examples/usbserial/Makefile.host
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-20 15:47:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-20 15:47:41 +0000
commit77ad659e51fb38eb5c827aa4c6d0b8ac3415a580 (patch)
treed1c5f0308d3f7b846b88ccaa29b84e3c4bbaeadc /apps/examples/usbserial/Makefile.host
parent8c0474bfc9059fa10f50792680b683b3266413e6 (diff)
downloadpx4-nuttx-77ad659e51fb38eb5c827aa4c6d0b8ac3415a580.tar.gz
px4-nuttx-77ad659e51fb38eb5c827aa4c6d0b8ac3415a580.tar.bz2
px4-nuttx-77ad659e51fb38eb5c827aa4c6d0b8ac3415a580.zip
Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/usbserial/Makefile.host')
-rw-r--r--apps/examples/usbserial/Makefile.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/usbserial/Makefile.host b/apps/examples/usbserial/Makefile.host
index 9fb43269d..a98ed8d5f 100644
--- a/apps/examples/usbserial/Makefile.host
+++ b/apps/examples/usbserial/Makefile.host
@@ -60,5 +60,5 @@ $(BIN): $(SRC)
@$(HOSTCC) $(HOSTCFLAGS) $(DEFINES) $^ -o $@
clean:
- $(call DELFILE $(BIN))
+ $(call DELFILE, $(BIN))
$(call CLEAN)