summaryrefslogtreecommitdiff
path: root/src/gallium/Makefile.template
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-07-14 14:34:45 -0600
committerBrian Paul <brianp@vmware.com>2010-07-14 15:13:54 -0600
commit1957bef9951e6ec6a7ac9e4ebeaa3674b37cb434 (patch)
treee4e0506380d518c4c6deedbca1e9f72a08f83406 /src/gallium/Makefile.template
parentf8d81c31cee30821da3aab331a57f484f6a07a5d (diff)
gallium: added CLEAN_EXTRA var for make clean target
Diffstat (limited to 'src/gallium/Makefile.template')
-rw-r--r--src/gallium/Makefile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template
index 1ba0724949..43203b1756 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: