From: Daniel Borca Date: Mon, 1 Nov 2004 08:40:03 +0000 (+0000) Subject: updated "clean" target in makefiles X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e14119f143c42621f96754c0e086c627f4731191;p=mesa.git updated "clean" target in makefiles --- diff --git a/src/mesa/Makefile.DJ b/src/mesa/Makefile.DJ index 4f73b3ce0e2..b1614268c6d 100644 --- a/src/mesa/Makefile.DJ +++ b/src/mesa/Makefile.DJ @@ -158,6 +158,7 @@ clean: -$(call UNLINK,math/*.o) -$(call UNLINK,shader/*.o) -$(call UNLINK,sparc/*.o) + -$(call UNLINK,ppc/*.o) -$(call UNLINK,swrast/*.o) -$(call UNLINK,swrast_setup/*.o) -$(call UNLINK,tnl/*.o) diff --git a/src/mesa/Makefile.mgw b/src/mesa/Makefile.mgw index fff3e6b7ed9..336463ec78f 100644 --- a/src/mesa/Makefile.mgw +++ b/src/mesa/Makefile.mgw @@ -183,6 +183,7 @@ clean: -$(call UNLINK,math/*.o) -$(call UNLINK,shader/*.o) -$(call UNLINK,sparc/*.o) + -$(call UNLINK,ppc/*.o) -$(call UNLINK,swrast/*.o) -$(call UNLINK,swrast_setup/*.o) -$(call UNLINK,tnl/*.o)