summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b9b2152..a22cd7c 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ all: ${BINS}
 imbox: ${OBJS}
 	${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@
 
-${OBJS}: imap.h
+${OBJS}: compat.h imap.h
 
 clean:
 	rm -f ${BINS} ${OBJS}