projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2f0bc2
)
glapi/glx: Treat xserver generated targets as .PHONY
author
Adam Jackson
<ajax@redhat.com>
Thu, 24 Mar 2016 17:57:57 +0000
(13:57 -0400)
committer
Adam Jackson
<ajax@redhat.com>
Mon, 28 Mar 2016 18:37:12 +0000
(14:37 -0400)
Meaning, always rebuild them when asked instead of bothering to look at
timestamps (and then wondering why nothing happened when you said make).
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
src/mapi/glapi/gen/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mapi/glapi/gen/Makefile.am
b/src/mapi/glapi/gen/Makefile.am
index 1e346321292e7dc995e02ea7f442c6f1a4ad83d3..fff6805fbcd48da100e36b0baf8ea8fbfdab1647 100644
(file)
--- a/
src/mapi/glapi/gen/Makefile.am
+++ b/
src/mapi/glapi/gen/Makefile.am
@@
-100,6
+100,8
@@
XORG_OUTPUTS = \
$(XORG_GLX_DIR)/indirect_size_get.h \
$(XORG_GLX_DIR)/indirect_table.c
+.PHONY: $(XORG_OUTPUTS)
+
######################################################################
API_XML = \