projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1957bef
)
llvmpipe: delete lp_test_*.o files with make clean
author
Brian Paul
<brianp@vmware.com>
Wed, 14 Jul 2010 20:35:21 +0000
(14:35 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 14 Jul 2010 21:13:54 +0000
(15:13 -0600)
src/gallium/drivers/llvmpipe/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/Makefile
b/src/gallium/drivers/llvmpipe/Makefile
index b18f52459abefba0c7f3f277cebb86f34d10cdcd..2892b62920e80b18c009bdce54506586f442a57e 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/Makefile
+++ b/
src/gallium/drivers/llvmpipe/Makefile
@@
-57,6
+57,9
@@
PROGS := lp_test_format \
lp_test_round \
lp_test_sincos
+# Need this for the lp_test_*.o files
+CLEAN_EXTRA = *.o
+
lp_test_sincos.o : sse_mathfun.h
PROGS_DEPS := ../../auxiliary/libgallium.a