CONTIKI_PROJECT is sometimes set to multiple files which caused distclean to fail.

ico
Niclas Finne 2014-03-18 11:22:27 +01:00
parent c2db3a1a14
commit 0f67531f2b
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ clean:
-rm -rf $(OBJECTDIR)
distclean: clean
-rm -rf $(CONTIKI_PROJECT).$(TARGET)
-rm -f ${addsuffix .$(TARGET),$(CONTIKI_PROJECT)}
-include $(CONTIKI)/platform/$(TARGET)/Makefile.customrules-$(TARGET)