]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Added rawstr.c to some more non-configure curl makefiles
authorDan Fandrich <dan@coneharvesters.com>
Mon, 27 Oct 2008 20:20:22 +0000 (20:20 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 27 Oct 2008 20:20:22 +0000 (20:20 +0000)
src/Makefile.riscos
src/makefile.amiga

index ac8b7763911ccaf07cb1a2faffa2d68784a591c7..5dc775cbc49fadc56184cc7a6004d73da6ece89b 100644 (file)
@@ -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
 
index f5762fc35f523686f6840fcadc8c7c8881c2bce0..2608744e0fc90fd7e852b9ae919c3a6edd75b6ec 100644 (file)
@@ -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)