diff options
author | Michal Krol <[email protected]> | 2009-12-12 16:58:43 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-12-12 16:58:43 +0100 |
commit | 75f371e973d19650a5c157a0844e43ffdea5e43e (patch) | |
tree | 2068b76210e81fd37dd4b3903c6cd0ae590cbf3c /src/mesa/Makefile.mgw | |
parent | a3b32934c83f721102b9dd004227a528a174d7bb (diff) |
Remove grammar module -- no dependencies left.
Diffstat (limited to 'src/mesa/Makefile.mgw')
-rw-r--r-- | src/mesa/Makefile.mgw | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Makefile.mgw b/src/mesa/Makefile.mgw index 097c390a83e..e894c6277d1 100644 --- a/src/mesa/Makefile.mgw +++ b/src/mesa/Makefile.mgw @@ -218,7 +218,6 @@ clean: -$(call UNLINK,vbo/*.o) -$(call UNLINK,shader/*.o) -$(call UNLINK,shader/slang/*.o) - -$(call UNLINK,shader/grammar/*.o) -$(call UNLINK,sparc/*.o) -$(call UNLINK,ppc/*.o) -$(call UNLINK,swrast/*.o) |