diff options
author | Adam Jackson <[email protected]> | 2016-03-24 13:57:57 -0400 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2016-03-28 14:37:12 -0400 |
commit | 2b8492d63ea14f36da00803620e89483743e77e7 (patch) | |
tree | 192a9893e6b886247f110580b0b66c4e52da2ae1 /src/mapi/glapi/gen | |
parent | c2f0bc2537b8e3d8a8dc4b8fb2e7c54b89cab60d (diff) |
glapi/glx: Treat xserver generated targets as .PHONY
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 <[email protected]>
Signed-off-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen')
-rw-r--r-- | src/mapi/glapi/gen/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/Makefile.am b/src/mapi/glapi/gen/Makefile.am index 1e346321292..fff6805fbcd 100644 --- 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 = \ |