Mesa (master): glsl: make 'make clean' work properly.

Dave Airlie airlied at kemper.freedesktop.org
Tue Aug 24 06:11:05 UTC 2010


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Aug 24 16:10:28 2010 +1000

glsl: make 'make clean' work properly.

this has make clean remove all the objects.

---

 src/glsl/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/glsl/Makefile b/src/glsl/Makefile
index fef3891..3fd06bc 100644
--- a/src/glsl/Makefile
+++ b/src/glsl/Makefile
@@ -131,7 +131,7 @@ depend: $(ALL_SOURCES) Makefile
 
 # Remove .o and backup files
 clean:
-	rm -f $(OBJECTS) lib$(LIBNAME).a depend depend.bak
+	rm -f $(GLCPP_OBJECTS) $(GLSL2_OBJECTS) $(OBJECTS) lib$(LIBNAME).a depend depend.bak
 	-rm -f $(APPS)
 
 # Dummy target




More information about the mesa-commit mailing list