From f92f9017424edd7bf4398e72ad1293475cde4d1a Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sat, 28 Apr 2012 14:04:04 -0400 Subject: [PATCH] update dependencies. --- makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile.mk b/makefile.mk index 0372c97..8fb3f70 100644 --- a/makefile.mk +++ b/makefile.mk @@ -17,8 +17,8 @@ connection.o: connection.c connection.h readline2.o: readline2.c readline2.h common.o: common.c -gopher.o: gopher.c url.h connection.h -http.o: http.c +gopher.o: gopher.c url.h connection.h flags.h +http.o: http.c url.h connection.h flags.h data.o: data.c data.h dictionary.o: dictionary.c dictionary.h