projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e9feac
)
make rm for common not complain
author
Dave Airlie
<airliedfreedesktop.org>
Wed, 9 Jun 2004 02:44:14 +0000
(
02:44
+0000)
committer
Dave Airlie
<airliedfreedesktop.org>
Wed, 9 Jun 2004 02:44:14 +0000
(
02:44
+0000)
src/mesa/drivers/dri/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/Makefile
b/src/mesa/drivers/dri/Makefile
index
c4d9a83
..
1c86a85
100644
(file)
--- a/
src/mesa/drivers/dri/Makefile
+++ b/
src/mesa/drivers/dri/Makefile
@@
-25,4
+25,4
@@
clean:
@for dir in $(DRI_DIRS) ; do \
(cd $$dir ; $(MAKE) clean) ; \
done
-
rm
common/*.o
+
-rm -f
common/*.o