From bc3b81bf1ce53ed141e9734598dbeb227009a605 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 12 Jan 2015 08:02:45 -0600 Subject: Fix typo in makefile --- apps/interpreters/micropython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/interpreters/micropython/Makefile') 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 -- cgit v1.2.3