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 4f73b3c..b161426 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 fff3e6b..336463e 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)