From 21aa8f0b451e69c98f6f99cc9226ea1c9f25ee98 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Fri, 4 Aug 2006 15:57:07 +0000 Subject: [PATCH] Added dependency for splay.obj. --- lib/Makefile.Watcom | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index 1692eaab6..4067a98c1 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -369,4 +369,6 @@ $(OBJ_DIR)\tftp.obj: tftp.c setup.h config-win32.h urldata.h cookie.h & ..\include\curl\curl.h ..\include\curl\curlver.h ..\include\curl\easy.h & ..\include\curl\multi.h formdata.h http_chunks.h hostip.h hash.h llist.h & transfer.h sendf.h tftp.h progress.h ..\include\curl\mprintf.h memory.h & - select.h memdebug.h \ No newline at end of file + select.h memdebug.h + +$(OBJ_DIR)\splay.obj: splay.c splay.h