projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c092de
)
remove depend.bak in realclean
author
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 29 Aug 2008 10:17:24 +0000
(11:17 +0100)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 1 Sep 2008 13:24:33 +0000
(14:24 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9b3be43d5052bf18152a67f63acde14460612eaa..684126135dc511cb4004678c7b3b8d007a41057f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-34,6
+34,7
@@
realclean:
-rm -f `find . -name \*.a`
-rm -f `find . -name \*.so`
-rm -f `find . -name depend`
+ -rm -f `find . -name depend.bak`
-rm -rf lib*
$(MAKE) clean
-rm -f $(TOP)/configs/current