ide/FindInFiles: Fixed buffer underrun on go to found location
[sdk] / ecere / Makefile.installer
index 8840653..bd63393 100644 (file)
@@ -1862,8 +1862,8 @@ clean: cleantarget
 realclean: cleantarget
        $(call rmr,$(OBJ))
 
-distclean: cleantarget
-       $(call rmr,obj/)
+distclean:
+       +$(call cdmake,./,-f $(_CF_DIR)Cleanfile distclean distclean_all_subdirs)
 
 Makefile.installer: ;
 $(_CF_DIR)crossplatform.mk: ;