From 8f27c9684a12df138c97be0633d0c734172072aa Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Thu, 21 Apr 2011 22:50:02 +0200 Subject: [PATCH] Remove util.h from Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c7b90b1..5762bc9 100644 --- a/Makefile +++ b/Makefile @@ -48,9 +48,9 @@ all: ${DYLIBNAME} ${BINS} # Deps (use make dep to generate this) net.o: net.c fmacros.h net.h hiredis.h -async.o: async.c async.h hiredis.h sds.h util.h dict.c dict.h +async.o: async.c async.h hiredis.h sds.h dict.c dict.h example.o: example.c hiredis.h -hiredis.o: hiredis.c fmacros.h hiredis.h net.h sds.h util.h +hiredis.o: hiredis.c fmacros.h hiredis.h net.h sds.h sds.o: sds.c sds.h test.o: test.c hiredis.h