ecere/gui/Window: Prevent uninitialized values if base Window methods not overridden...
[sdk] / deps / freetype-2.3.12 / Makefile
index 97fbc27..b667259 100644 (file)
@@ -317,5 +317,9 @@ 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: ;
+$(_CF_DIR)default.cf: ;