From b028dda3593598ab7664c2d70846c50405b534ad Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Mon, 1 Nov 2010 11:11:43 +0100 Subject: Return from getCallback if there is no reply --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7efebe0..427e74f 100644 --- a/Makefile +++ b/Makefile @@ -58,10 +58,10 @@ dynamic: ${DYLIBNAME} static: ${STLIBNAME} # Binaries: -hiredis-example-libevent: ${DYLIBNAME} +hiredis-example-libevent: example-libevent.o ${DYLIBNAME} $(CC) -o $@ $(CCOPT) $(DEBUG) -L. -lhiredis -levent -Wl,-rpath,. example-libevent.c -hiredis-example-libev: ${DYLIBNAME} +hiredis-example-libev: example-libev.o ${DYLIBNAME} $(CC) -o $@ $(CCOPT) $(DEBUG) -L. -lhiredis -lev -Wl,-rpath,. example-libev.c hiredis-%: %.o ${DYLIBNAME} -- cgit v1.2.3