diff options
Diffstat (limited to 'tests/eloop-bench/Makefile')
| -rw-r--r-- | tests/eloop-bench/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/eloop-bench/Makefile b/tests/eloop-bench/Makefile index 2827c6070422..a0ebafd9c0f9 100644 --- a/tests/eloop-bench/Makefile +++ b/tests/eloop-bench/Makefile @@ -39,7 +39,7 @@ distclean: clean depend: ${PROG}: ${DEPEND} ${OBJS} - ${CC} ${LDFLAGS} -o $@ ${OBJS} + ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LDADD} test: ${PROG} ./${PROG} |
