From 654d0d6d8c9450298513964fc4db0b16f59c4b42 Mon Sep 17 00:00:00 2001 From: Zhao Yakui Date: Mon, 14 Oct 2013 09:56:21 +0800 Subject: Fix an incorrect makefile rule for VME shader on Ivybridge Otherwise when the corresponding source file is modified, the binary shader is not updated. Signed-off-by: Zhao Yakui --- src/shaders/vme/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shaders/vme/Makefile.am b/src/shaders/vme/Makefile.am index 867a93c..634e6d4 100644 --- a/src/shaders/vme/Makefile.am +++ b/src/shaders/vme/Makefile.am @@ -37,7 +37,7 @@ $(INTEL_GEN6_ASM): $(VME_CORE) $(INTEL_GEN6_INC) .gen6.asm.g6b: $(AM_V_GEN)$(GEN4ASM) -g 6 -o $@ $< -$(INTEL_GEN7_ASM): $(VME_CORE) $(INTEL_GEN7_INC) +$(INTEL_GEN7_ASM): $(VME7_CORE) $(INTEL_GEN7_INC) .g7a.gen7.asm: $(AM_V_GEN)cpp -P -DDEV_IVB $< > _vme0.$@ && \ m4 _vme0.$@ > $@ && \ -- cgit v1.2.3