From f122dba59a753e8672cb7cc9b9109b81e0ab1b1c Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 24 Aug 2010 16:10:28 +1000 Subject: glsl: make 'make clean' work properly. this has make clean remove all the objects. --- src/glsl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glsl/Makefile') diff --git a/src/glsl/Makefile b/src/glsl/Makefile index fef389162a..3fd06bc9cb 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 -- cgit v1.2.3