aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/pthread/Makefile
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 /apps/examples/elf/tests/pthread/Makefile
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 'apps/examples/elf/tests/pthread/Makefile')
-rw-r--r--apps/examples/elf/tests/pthread/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/elf/tests/pthread/Makefile b/apps/examples/elf/tests/pthread/Makefile
index a491b9874..05c7c4650 100644
--- a/apps/examples/elf/tests/pthread/Makefile
+++ b/apps/examples/elf/tests/pthread/Makefile
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
clean:
- $(call DELFILE $(BIN))
+ $(call DELFILE, $(BIN))
$(call CLEAN)
install: