Fix an incorrect makefile rule for VME shader on Ivybridge
authorZhao Yakui <yakui.zhao@intel.com>
Mon, 14 Oct 2013 01:56:21 +0000 (09:56 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Wed, 13 Nov 2013 07:32:07 +0000 (15:32 +0800)
Otherwise when the corresponding source file is modified, the binary shader
is not updated.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
src/shaders/vme/Makefile.am

index 867a93c..634e6d4 100644 (file)
@@ -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.$@ > $@                                && \