ecere/gfx/drivers/OpenGL: Fixed warnings about unused nnEyeToSurface on OS X/ATI
[sdk] / ecere / Makefile.ecereCOM
index 71b0818..9d76a8d 100644 (file)
@@ -343,8 +343,8 @@ clean: cleantarget
 realclean: cleantarget
        $(call rmr,$(OBJ))
 
-distclean: cleantarget
-       $(call rmr,obj/)
+distclean:
+       $(_MAKE) -f $(_CF_DIR)Cleanfile distclean distclean_all_subdirs
 
 Makefile.ecereCOM: ;
 $(_CF_DIR)crossplatform.mk: ;