aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/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
commitafda7763683b2b6accbdf4b721b6a5b118d386ac (patch)
tree33cb0e776f79bb599b9c39f34e063fd8238288bd /apps/examples/Makefile
parent98c0270edecaaca7d0f4ad387cce7c91a4ddbbd9 (diff)
downloadpx4-firmware-afda7763683b2b6accbdf4b721b6a5b118d386ac.tar.gz
px4-firmware-afda7763683b2b6accbdf4b721b6a5b118d386ac.tar.bz2
px4-firmware-afda7763683b2b6accbdf4b721b6a5b118d386ac.zip
Fix various build-related typos
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5358 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index 269d2b464..2bff9934e 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -104,13 +104,13 @@ all: nothing
define SDIR_template
$(1)_$(2):
- $(MAKE) -C $(1) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
+ $(MAKE) -C $(1) $(2) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
endef
$(foreach SDIR, $(CNTXTDIRS), $(eval $(call SDIR_template,$(SDIR),context)))
$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),depend)))
$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),clean)))
-$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),disclean)))
+$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),distclean)))
nothing: