summaryrefslogtreecommitdiff
path: root/apps/examples/helloxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-15 19:22:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-15 19:22:47 +0000
commit112ae373997ee3b598cc24885f5229d8843e1eea (patch)
tree33cb0e776f79bb599b9c39f34e063fd8238288bd /apps/examples/helloxx
parentfd8511c5781282f2ac7f5478f36b446e2518a92e (diff)
downloadnuttx-112ae373997ee3b598cc24885f5229d8843e1eea.tar.gz
nuttx-112ae373997ee3b598cc24885f5229d8843e1eea.tar.bz2
nuttx-112ae373997ee3b598cc24885f5229d8843e1eea.zip
Fix various build-related typos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5358 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/helloxx')
-rw-r--r--apps/examples/helloxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/helloxx/Makefile b/apps/examples/helloxx/Makefile
index fd126d345..295d0116e 100644
--- a/apps/examples/helloxx/Makefile
+++ b/apps/examples/helloxx/Makefile
@@ -73,7 +73,7 @@ STACKSIZE = 2048
VPATH =
all: .built
-.PHONY: clean depend disclean chkcxx
+.PHONY: clean depend distclean chkcxx
chkcxx:
ifneq ($(CONFIG_HAVE_CXX),y)