external: delete output of built, Make.dep at distclean
authorsunghan <sh924.chang@samsung.com>
Mon, 11 Sep 2017 04:00:53 +0000 (13:00 +0900)
committersunghan <sh924.chang@samsung.com>
Mon, 11 Sep 2017 04:11:27 +0000 (13:11 +0900)
The Make.dep is an output of built so that it should be clean when
we execute "make distclean".

external/Makefile

index 1bf5156..5ae4ec4 100644 (file)
@@ -132,6 +132,7 @@ clean: $(foreach SDIR, $(BUILDIRS), $(SDIR)_clean) iotivity_clean
 
 distclean: $(foreach SDIR, $(BUILDIRS), $(SDIR)_distclean)
        $(call DELFILE, .depend)
+       $(call DELFILE, Make.dep)
        $(call DELFILE, $(BIN))
        $(call CLEAN)