From: Brian Paul Date: Wed, 14 Jul 2010 20:34:45 +0000 (-0600) Subject: gallium: added CLEAN_EXTRA var for make clean target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1957bef9951e6ec6a7ac9e4ebeaa3674b37cb434;p=mesa.git gallium: added CLEAN_EXTRA var for make clean target --- diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template index 1ba0724949a..43203b1756e 100644 --- a/src/gallium/Makefile.template +++ b/src/gallium/Makefile.template @@ -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: