aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-10-27 20:20:22 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-10-27 20:20:22 +0000
commitfd6e025d61412090b5117ed5a7a3d645128d3f2f (patch)
tree081764801c24614ac8b9bf36345c8f6da788da04 /src
parent9230708e47d167d2e52564dd53ecfbd8cdafcceb (diff)
Added rawstr.c to some more non-configure curl makefiles
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.riscos6
-rw-r--r--src/makefile.amiga2
2 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile.riscos b/src/Makefile.riscos
index ac8b77639..5dc775cbc 100644
--- a/src/Makefile.riscos
+++ b/src/Makefile.riscos
@@ -1,9 +1,10 @@
# Makefile for project cURL
# Generated on Sun,13 Jan 2002.17:11:10 by EasyGCC (0.1.3 [beta 2] (3 Jan 2002))
+# Manually updated
# Contact: easygcc@melotech.co.uk
# Project objects:
-objs = o.hugehelp o.main o.urlglob o.writeout o.writeenv \
+objs = o.hugehelp o.main o.urlglob o.writeout o.writeenv o.rawstr
# Compile options:
@@ -30,6 +31,9 @@ o.writeout: c.writeout
o.writeenv: c.writeenv
gcc $(compileropts) -c -o writeenv.o c.writeenv
+o.rawstr: ../lib/c.rawstr
+ gcc $(compileropts) -c -o rawstr.o ../lib/c.rawstr
+
# Dynamic dependancies:
o.hugehelp: c.hugehelp
diff --git a/src/makefile.amiga b/src/makefile.amiga
index f5762fc35..2608744e0 100644
--- a/src/makefile.amiga
+++ b/src/makefile.amiga
@@ -14,7 +14,7 @@ MANPAGE = ../docs/curl.1
README = ../docs/MANUAL
MKHELP = ../src/mkhelp.pl
-OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c
+OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c ../lib/rawstr.c
all: hugehelp.c $(OBJS:.c=.o)