summaryrefslogtreecommitdiff
path: root/apps/examples/elf/Makefile
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/elf/Makefile
parentfd8511c5781282f2ac7f5478f36b446e2518a92e (diff)
downloadpx4-nuttx-112ae373997ee3b598cc24885f5229d8843e1eea.tar.gz
px4-nuttx-112ae373997ee3b598cc24885f5229d8843e1eea.tar.bz2
px4-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/elf/Makefile')
-rw-r--r--apps/examples/elf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/elf/Makefile b/apps/examples/elf/Makefile
index 24472139f..8831a9336 100644
--- a/apps/examples/elf/Makefile
+++ b/apps/examples/elf/Makefile
@@ -65,7 +65,7 @@ ROOTDEPPATH = --dep-path . --dep-path tests
VPATH = tests
all: .built
-.PHONY: really_build clean_tests clean depend disclean
+.PHONY: really_build clean_tests clean depend distclean
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)