summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-08-14 10:45:40 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2013-08-14 10:45:40 +0200
commite27b7e24f6afc2e91526edc4fa4096e2c0019548 (patch)
treeaf3ad031c7e71437249625371a73915b04f5f2a5
parente9723db1858eca4418e73e63317cd3bef35158e8 (diff)
downloadefl-e27b7e24f6afc2e91526edc4fa4096e2c0019548.tar.gz
eo2: fix eo2-bench-static dependencies
-rw-r--r--eo2test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/eo2test/Makefile b/eo2test/Makefile
index 90cb6ffeb8..5e945b5b3d 100644
--- a/eo2test/Makefile
+++ b/eo2test/Makefile
@@ -32,7 +32,7 @@ libeo2.so: $(EO_OBJS)
eo2-bench: libeo2.so $(BENCH_OBJS) ../src/lib/eo/Eo.h ../src/lib/eo/eo_private.h
$(CC) $(CFLAGS) $(INCLUDE) $(CONFIG) $(BENCH_OBJS) $(EINA_LIBS) -L. -leo2 -o $@
-eo2-bench-static: $(EO_SCR) $(BENCH_SRC)
+eo2-bench-static: $(EO_OBJS) $(BENCH_SRC) ../src/lib/eo/Eo.h ../src/lib/eo/eo_private.h
$(CC) $(CFLAGS) $(INCLUDE) $(CONFIG) $(EINA_CFLAGS) $(EINA_LIBS) $(EO_SRC) $(BENCH_SRC) -o $@
.cc.o: