aboutsummaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets
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
commitf552862bb546891ecc51cda2fe662c630ff019cb (patch)
treed1c5f0308d3f7b846b88ccaa29b84e3c4bbaeadc /NxWidgets/libnxwidgets
parent6833671f0c73c1b3d4eda7251e64410e421600c4 (diff)
downloadpx4-firmware-f552862bb546891ecc51cda2fe662c630ff019cb.tar.gz
px4-firmware-f552862bb546891ecc51cda2fe662c630ff019cb.tar.bz2
px4-firmware-f552862bb546891ecc51cda2fe662c630ff019cb.zip
Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/libnxwidgets')
-rw-r--r--NxWidgets/libnxwidgets/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/NxWidgets/libnxwidgets/Makefile b/NxWidgets/libnxwidgets/Makefile
index 27a85b428..0c7c922ea 100644
--- a/NxWidgets/libnxwidgets/Makefile
+++ b/NxWidgets/libnxwidgets/Makefile
@@ -132,12 +132,12 @@ $(BIN): $(OBJS)
depend: .depend
clean:
- $(call DELFILE $(BIN))
+ $(call DELFILE, $(BIN))
$(call CLEAN)
distclean: clean
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
export: $(BIN)
zip -r nxwidgets-export.zip include $(BIN) COPYING