glapi/glx: Treat xserver generated targets as .PHONY
authorAdam Jackson <ajax@redhat.com>
Thu, 24 Mar 2016 17:57:57 +0000 (13:57 -0400)
committerAdam 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

index 1e34632..fff6805 100644 (file)
@@ -100,6 +100,8 @@ XORG_OUTPUTS = \
        $(XORG_GLX_DIR)/indirect_size_get.h \
        $(XORG_GLX_DIR)/indirect_table.c
 
+.PHONY: $(XORG_OUTPUTS)
+
 ######################################################################
 
 API_XML = \