projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26eaee3
)
shared-glapi: Don't forget to clean our built file.
author
Eric Anholt
<eric@anholt.net>
Thu, 24 May 2012 22:54:40 +0000
(15:54 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 29 May 2012 19:39:33 +0000
(12:39 -0700)
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mapi/shared-glapi/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mapi/shared-glapi/Makefile.am
b/src/mapi/shared-glapi/Makefile.am
index a80ba1f459ecf1956527115edbf752142c521a30..9485683f2d72e57cda696f9f652277d552bb04a0 100644
(file)
--- a/
src/mapi/shared-glapi/Makefile.am
+++ b/
src/mapi/shared-glapi/Makefile.am
@@
-13,6
+13,7
@@
glapi_mapi_tmp.h : $(GLAPI)/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps)
$(call glapi_gen_mapi,$<,shared-glapi)
BUILT_SOURCES = glapi_mapi_tmp.h
+CLEANFILES = $(BUILT_SOURCES)
AM_CPPFLAGS = \
$(DEFINES) \