From: Gunter Knauf Date: Sat, 21 Apr 2007 15:32:35 +0000 (+0000) Subject: fixed ARFLAGS for CodeWarrior build. X-Git-Tag: cares-1_4_0~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8d3327e922b069db9a3600dc49b7787cc225a48;p=curl fixed ARFLAGS for CodeWarrior build. --- diff --git a/ares/Makefile.netware b/ares/Makefile.netware index fc7e390e5..44eade4d3 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -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 diff --git a/lib/Makefile.netware b/lib/Makefile.netware index ad0a7fecc..51fb08e07 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -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