gallium: added CLEAN_EXTRA var for make clean target
authorBrian Paul <brianp@vmware.com>
Wed, 14 Jul 2010 20:34:45 +0000 (14:34 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 14 Jul 2010 21:13:54 +0000 (15:13 -0600)
src/gallium/Makefile.template

index 1ba0724949a71dd7aed1a5be758e676f881ae65e..43203b1756ee9346cc88b612550a2a746e55914d 100644 (file)
@@ -45,7 +45,7 @@ tags:
 
 # Remove .o and backup files
 clean:
-       rm -f $(OBJECTS) $(GENERATED_SOURCES) $(PROGS) lib$(LIBNAME).a depend depend.bak
+       rm -f $(OBJECTS) $(GENERATED_SOURCES) $(PROGS) lib$(LIBNAME).a depend depend.bak $(CLEAN_EXTRA)
 
 # Dummy target
 install: