buildsystem,makefiles,tarball: improve distclean targets to remove .configs/, *.ews...
[sdk] / compiler / libec / Makefile.bootstrap
index 7f0c350..0227592 100644 (file)
@@ -259,8 +259,8 @@ clean: cleantarget
 realclean: cleantarget
        $(call rmr,$(OBJ))
 
-distclean: cleantarget
-       $(call rmr,obj/)
+distclean:
+       $(_MAKE) -f $(_CF_DIR)Cleanfile distclean distclean_all_subdirs
 
 Makefile.bootstrap: ;
 $(_CF_DIR)crossplatform.mk: ;