summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.mgw
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-04-28 08:39:45 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-04-28 08:39:45 +0000
commitaf503f3438c53962c1ee65ec69c07cb584672198 (patch)
treeb0eabc24019296c56d6f39b526cd7dcf4f9af014 /src/mesa/Makefile.mgw
parenteb2281f8c4790085a3c6e208fbbf902ea57099ae (diff)
updated makefiles
Diffstat (limited to 'src/mesa/Makefile.mgw')
-rw-r--r--src/mesa/Makefile.mgw2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/Makefile.mgw b/src/mesa/Makefile.mgw
index a209e582d9..d1d415d091 100644
--- a/src/mesa/Makefile.mgw
+++ b/src/mesa/Makefile.mgw
@@ -152,6 +152,8 @@ clean:
-$(call UNLINK,glapi/*.o)
-$(call UNLINK,main/*.o)
-$(call UNLINK,math/*.o)
+ -$(call UNLINK,shader/*.o)
+ -$(call UNLINK,sparc/*.o)
-$(call UNLINK,swrast/*.o)
-$(call UNLINK,swrast_setup/*.o)
-$(call UNLINK,tnl/*.o)