buildsystem,makefiles,tarball: improve distclean targets to remove .configs/, *.ews...
[sdk] / epj2make / Makefile
index 4fee52c..4290681 100644 (file)
@@ -240,8 +240,8 @@ clean: cleantarget
 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: ;