buildsystem,makefiles,tarball: improve distclean targets to remove .configs/, *.ews...
[sdk] / installer / Makefile
index 244d3fb..5cc4277 100644 (file)
@@ -6237,8 +6237,8 @@ endif
 realclean: cleantarget
        $(call rmr,$(OBJ))
 
-distclean: cleantarget
-       $(call rmr,obj/)
+distclean:
+       $(_MAKE) -f $(_CF_DIR)Cleanfile distclean distclean_all_subdirs
 
 Makefile: ;
 $(_CF_DIR)crossplatform.mk: ;