updated "clean" target in makefiles
authorDaniel Borca <dborca@users.sourceforge.net>
Mon, 1 Nov 2004 08:40:03 +0000 (08:40 +0000)
committerDaniel Borca <dborca@users.sourceforge.net>
Mon, 1 Nov 2004 08:40:03 +0000 (08:40 +0000)
src/mesa/Makefile.DJ
src/mesa/Makefile.mgw

index 4f73b3ce0e23365870f30d8c2c7a715d49a129c2..b1614268c6d1db03c22d19dd82a76fe2bf0778c8 100644 (file)
@@ -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)
index fff3e6b7ed93b30685a5fa40c30d64cbfb07b492..336463ec78f14ee31f1699268c59987cb990b83c 100644 (file)
@@ -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)