diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2006-08-04 15:57:07 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2006-08-04 15:57:07 +0000 |
commit | 21aa8f0b451e69c98f6f99cc9226ea1c9f25ee98 (patch) | |
tree | 83ba3434b1fc546132244e447b9dbd98d97aba94 /lib/Makefile.Watcom | |
parent | b708fa51ad1dd951ce2710b2eda69d8361327f16 (diff) | |
download | curl-21aa8f0b451e69c98f6f99cc9226ea1c9f25ee98.tar.gz |
Added dependency for splay.obj.
Diffstat (limited to 'lib/Makefile.Watcom')
-rw-r--r-- | lib/Makefile.Watcom | 4 |
1 files changed, 3 insertions, 1 deletions
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 |