diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-10-31 21:22:07 +0100 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-10-31 21:22:07 +0100 |
commit | ae5a13f55753dc5dddc7d7a9a723c1559054359d (patch) | |
tree | af28402a9140f64dc86842ea86ffd1738df46a1d | |
parent | 0152f128072c0fe6b9c64cc50758192d2940f7cd (diff) |
Regenerated Makefile dependencies
-rw-r--r-- | Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -36,12 +36,11 @@ all: ${DYLIBNAME} ${BINS} # Deps (use make dep to generate this) anet.o: anet.c fmacros.h anet.h -example.o: example.c hiredis.h sds.h -test.o: test.c hiredis.h sds.h -hiredis.o: hiredis.c hiredis.h sds.h anet.h -sds.o: sds.c sds.h -hiredis.o: hiredis.c hiredis.h sds.h anet.h async.o: async.c async.h hiredis.h sds.h util.h +example.o: example.c hiredis.h +hiredis.o: hiredis.c hiredis.h anet.h sds.h util.h +sds.o: sds.c sds.h +test.o: test.c hiredis.h ${DYLIBNAME}: ${OBJ} ${DYLIB_MAKE_CMD} |