ecere/gfx/drivers/OpenGL: Fixed warnings about unused nnEyeToSurface on OS X/ATI
[sdk] / ecere / Makefile.vanilla
index 4bd81fd..aeaaf47 100644 (file)
@@ -1470,8 +1470,8 @@ 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: ;