summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2011-04-21 22:50:02 +0200
committerPieter Noordhuis <pcnoordhuis@gmail.com>2011-04-21 22:50:02 +0200
commit8f27c9684a12df138c97be0633d0c734172072aa (patch)
tree2651781a01ad9d4b87c48a350141cae14b8f9687 /Makefile
parent0cb7c27d9cfafe83acb9c309a0f913b8993f82b5 (diff)
Remove util.h from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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