diff options
author | Daniel Borca <[email protected]> | 2004-01-29 15:46:02 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-01-29 15:46:02 +0000 |
commit | 4fe1303e833183319f50107a98b8627f36633c65 (patch) | |
tree | 4a94476a6ee0fd37eae67258093ad2de0cea3d31 /src/mesa/Makefile.DJ | |
parent | f8c31fcba38f55932a9209a1778265c66466b623 (diff) |
GL_TEXTURE_1D and other stories...
Diffstat (limited to 'src/mesa/Makefile.DJ')
-rw-r--r-- | src/mesa/Makefile.DJ | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile.DJ b/src/mesa/Makefile.DJ index bd8e6f039d6..fdcc2ec5467 100644 --- a/src/mesa/Makefile.DJ +++ b/src/mesa/Makefile.DJ @@ -220,5 +220,6 @@ clean: -$(call UNLINK,swrast_setup/*.o) -$(call UNLINK,tnl/*.o) -$(call UNLINK,x86/*.o) + -$(call UNLINK,drivers/common/*.o) -$(call UNLINK,drivers/dos/*.o) -$(call UNLINK,drivers/glide/*.o) |