Fix typo in makefile

This commit is contained in:
Gregory Nutt 2015-01-12 08:02:45 -06:00
parent 333fb04cef
commit f92a061ced
2 changed files with 33 additions and 33 deletions

View File

@ -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