From f2f45339dc378ed4d15b19ebf8d16e9f58d776e8 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 17 Sep 2009 14:23:27 +0000 Subject: Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h into curl_rand.c and curl_rand.h --- lib/Makefile.riscos | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.riscos') diff --git a/lib/Makefile.riscos b/lib/Makefile.riscos index e34c97e67..d192f6fa5 100644 --- a/lib/Makefile.riscos +++ b/lib/Makefile.riscos @@ -13,7 +13,7 @@ objs = o.base64 o.connect o.cookie o.dict \ o.security o.select o.sendf o.speedcheck o.ssluse \ o.strequal o.strtok o.telnet o.timeval \ o.transfer o.url o.version o.strtoofft o.sslgen o.gtls \ - o.rawstr o.curl_addrinfo o.slist o.nonblock + o.rawstr o.curl_addrinfo o.slist o.nonblock o.curl_rand # Compile options: linkopts = -o libcurl @@ -36,6 +36,9 @@ o.cookie: c.cookie o.curl_addrinfo: c.curl_addrinfo gcc $(compileropts) -c -o curl_addrinfo.o c.curl_addrinfo +o.curl_rand: c.curl_rand + gcc $(compileropts) -c -o curl_rand.o c.curl_rand + o.dict: c.dict gcc $(compileropts) -c -o dict.o c.dict -- cgit v1.2.3