summaryrefslogtreecommitdiff
path: root/apps/interpreters/micropython/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-12 08:02:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-12 08:02:45 -0600
commitbc3b81bf1ce53ed141e9734598dbeb227009a605 (patch)
treec00714cdc0bee5758f7c429164a78e57a2e53dc1 /apps/interpreters/micropython/Makefile
parentbb4588788322fc09b519c6b06c4e561ad7d35813 (diff)
downloadnuttx-bc3b81bf1ce53ed141e9734598dbeb227009a605.tar.gz
nuttx-bc3b81bf1ce53ed141e9734598dbeb227009a605.tar.bz2
nuttx-bc3b81bf1ce53ed141e9734598dbeb227009a605.zip
Fix typo in makefile
Diffstat (limited to 'apps/interpreters/micropython/Makefile')
-rw-r--r--apps/interpreters/micropython/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/interpreters/micropython/Makefile b/apps/interpreters/micropython/Makefile
index 26a9d1c59..c725202a1 100644
--- a/apps/interpreters/micropython/Makefile
+++ b/apps/interpreters/micropython/Makefile
@@ -162,7 +162,7 @@ distclean: clean
$(call DELFILE, .depend)
$(call DELDIR, $(MICROPYTHON_UNPACKNAME))
$(call DELFILE, .downloaded)
- $(call DELFILE, .$(MICROPYTHON_TARBALL))
+ $(call DELFILE, $(MICROPYTHON_TARBALL))
-include $(MICROPTHYON_SRCDIR)/mkrules.mk
-include Make.dep