diff options
author | Daniel Borca <[email protected]> | 2004-04-28 08:39:45 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-04-28 08:39:45 +0000 |
commit | af503f3438c53962c1ee65ec69c07cb584672198 (patch) | |
tree | b0eabc24019296c56d6f39b526cd7dcf4f9af014 | |
parent | eb2281f8c4790085a3c6e208fbbf902ea57099ae (diff) |
updated makefiles
-rw-r--r-- | src/mesa/Makefile.DJ | 2 | ||||
-rw-r--r-- | src/mesa/Makefile.mgw | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/Makefile.DJ b/src/mesa/Makefile.DJ index 6ee62fc3745..2ce5a6f9657 100644 --- a/src/mesa/Makefile.DJ +++ b/src/mesa/Makefile.DJ @@ -154,6 +154,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) diff --git a/src/mesa/Makefile.mgw b/src/mesa/Makefile.mgw index a209e582d9b..d1d415d0910 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) |