ide/FindInFiles: Fixed buffer underrun on go to found location
[sdk] / ecere / Makefile.vanilla
index 71e0753..aeaaf47 100644 (file)
@@ -1470,5 +1470,9 @@ clean: cleantarget
 realclean: cleantarget
        $(call rmr,$(OBJ))
 
-distclean: cleantarget
-       $(call rmr,obj/)
+distclean:
+       $(_MAKE) -f $(_CF_DIR)Cleanfile distclean distclean_all_subdirs
+
+Makefile.vanilla: ;
+$(_CF_DIR)crossplatform.mk: ;
+$(_CF_DIR)default.cf: ;