projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8d81c3
)
gallium: added CLEAN_EXTRA var for make clean target
author
Brian Paul
<brianp@vmware.com>
Wed, 14 Jul 2010 20:34:45 +0000
(14:34 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 14 Jul 2010 21:13:54 +0000
(15:13 -0600)
src/gallium/Makefile.template
patch
|
blob
|
history
diff --git
a/src/gallium/Makefile.template
b/src/gallium/Makefile.template
index 1ba0724949a71dd7aed1a5be758e676f881ae65e..43203b1756ee9346cc88b612550a2a746e55914d 100644
(file)
--- 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: