]> granicus.if.org Git - curl/commitdiff
fixed ARFLAGS for CodeWarrior build.
authorGunter Knauf <gk@gknw.de>
Sat, 21 Apr 2007 15:32:35 +0000 (15:32 +0000)
committerGunter Knauf <gk@gknw.de>
Sat, 21 Apr 2007 15:32:35 +0000 (15:32 +0000)
ares/Makefile.netware
lib/Makefile.netware

index fc7e390e5a34a5d558f1d2fe2afd8020d19d39f2..44eade4d3aa401e9cb94d6b644170387e887cddc 100644 (file)
@@ -1,7 +1,7 @@
 #################################################################
 # $Id$
 #
-## Makefile for building libares (NetWare version - gnu make)
+## Makefile for building libcares (NetWare version - gnu make)
 ## Use: make -f Makefile.netware
 ##
 ## Comments to: Guenter Knauf http://www.gknw.de/phpbb
@@ -72,7 +72,7 @@ ifeq ($(CC),mwccnlm)
 LD     = mwldnlm
 LDFLAGS        = -nostdlib $(PRELUDE) $(OBJEXE) $(<:.def=.o) -o $@ -commandfile
 AR     = mwldnlm
-ARFLAGS        = -type library -w nocmdline $(OBJDIR)/*.o -o
+ARFLAGS        = -nostdlib -type library -o
 LIBEXT = lib
 #RANLIB        =
 CFLAGS += -msgstyle gcc -gccinc -inline off -opt nointrinsics -proc 586
index ad0a7fecc374bdaec7b17ede9935cde7b059524c..51fb08e077ceea422190142861259351488263db 100644 (file)
@@ -85,7 +85,7 @@ ifeq ($(CC),mwccnlm)
 LD     = mwldnlm
 LDFLAGS        = -nostdlib $(PRELUDE) $(OBJL) -o $@ -commandfile
 AR     = mwldnlm
-ARFLAGS        = -type library -w nocmdline $(OBJS) -o
+ARFLAGS        = -nostdlib -type library -o
 LIBEXT = lib
 #RANLIB        =
 CFLAGS += -msgstyle gcc -gccinc -inline off -opt nointrinsics -proc 586