efl - fix build to build multip.edj from the right edc source

the makefile was wrong making multip.edj for the multitouch test in
elm the wrong src thus breaking the crosshairs. this fixes that again
so the test is right.

@fix
This commit is contained in:
Carsten Haitzler 2016-09-27 09:08:24 +09:00
parent 6c514dddb3
commit 2f4c787664
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ elementary/objects/test_external.edj: elementary/objects/test_external.edc
$(MKDIR_P) elementary/objects/; \
$(EDJE_CC) $(EDJE_CC_FLAGS) $< $@
elementary/objects/multip.edj: elementary/objects/test_external.edc
elementary/objects/multip.edj: elementary/objects/multip.edc
$(AM_V_EDJ) \
$(MKDIR_P) elementary/objects/; \
$(EDJE_CC) $(EDJE_CC_FLAGS) $< $@