Mesa (master): libgl-xlib: add depend to make clean list

Brian Paul brianp at kemper.freedesktop.org
Tue Jul 13 13:46:29 UTC 2010


Module: Mesa
Branch: master
Commit: 271af2a8748583794b570630cfd5a4d12d740da6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=271af2a8748583794b570630cfd5a4d12d740da6

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jul 13 07:46:22 2010 -0600

libgl-xlib: add depend to make clean list

---

 src/gallium/targets/libgl-xlib/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/targets/libgl-xlib/Makefile b/src/gallium/targets/libgl-xlib/Makefile
index b173ceb..e745023 100644
--- a/src/gallium/targets/libgl-xlib/Makefile
+++ b/src/gallium/targets/libgl-xlib/Makefile
@@ -97,7 +97,7 @@ tags:
 	etags `find . -name \*.[ch]` $(TOP)/include/GL/*.h
 
 clean:
-	-rm -f *.o
+	-rm -f *.o depend
 
 
 include depend




More information about the mesa-commit mailing list