glsl: make 'make clean' work properly.
authorDave Airlie <airlied@redhat.com>
Tue, 24 Aug 2010 06:10:28 +0000 (16:10 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 24 Aug 2010 06:10:28 +0000 (16:10 +1000)
this has make clean remove all the objects.

src/glsl/Makefile

index fef3891..3fd06bc 100644 (file)
@@ -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