summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-28 18:10:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-28 18:10:53 +0000
commit0671167e2a192d26fd43efa2130c4fccc32b76b8 (patch)
tree4203da92e42591c7bbea47870fd6cd954c0d55ea /apps/examples/thttpd
parentd65957d369dfa895eda4b20ba24a168c7ce6dd4b (diff)
downloadnuttx-0671167e2a192d26fd43efa2130c4fccc32b76b8.tar.gz
nuttx-0671167e2a192d26fd43efa2130c4fccc32b76b8.tar.bz2
nuttx-0671167e2a192d26fd43efa2130c4fccc32b76b8.zip
Use instead of make
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3920 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/thttpd')
-rw-r--r--apps/examples/thttpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/thttpd/Makefile b/apps/examples/thttpd/Makefile
index f58e1c526..9df26af35 100644
--- a/apps/examples/thttpd/Makefile
+++ b/apps/examples/thttpd/Makefile
@@ -88,7 +88,7 @@ depend: .depend
clean:
@rm -f *.o *~ .*.swp .built
- @make -C content clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
+ @$(MAKE) -C content clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
$(call CLEAN)
distclean: clean