From: Adam Jackson Date: Thu, 24 Mar 2016 17:57:57 +0000 (-0400) Subject: glapi/glx: Treat xserver generated targets as .PHONY X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b8492d63ea14f36da00803620e89483743e77e7;p=mesa.git 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 Signed-off-by: Adam Jackson --- 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 = \