From: Dave Airlie Date: Tue, 24 Aug 2010 06:10:28 +0000 (+1000) Subject: glsl: make 'make clean' work properly. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f122dba59a753e8672cb7cc9b9109b81e0ab1b1c;p=mesa.git glsl: make 'make clean' work properly. this has make clean remove all the objects. --- diff --git a/src/glsl/Makefile b/src/glsl/Makefile index fef389162a0..3fd06bc9cb5 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