CONTIKI_PROJECT is sometimes set to multiple files which caused distclean to fail.
This commit is contained in:
parent
c2db3a1a14
commit
0f67531f2b
|
@ -183,7 +183,7 @@ clean:
|
||||||
-rm -rf $(OBJECTDIR)
|
-rm -rf $(OBJECTDIR)
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
-rm -rf $(CONTIKI_PROJECT).$(TARGET)
|
-rm -f ${addsuffix .$(TARGET),$(CONTIKI_PROJECT)}
|
||||||
|
|
||||||
-include $(CONTIKI)/platform/$(TARGET)/Makefile.customrules-$(TARGET)
|
-include $(CONTIKI)/platform/$(TARGET)/Makefile.customrules-$(TARGET)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue