summaryrefslogtreecommitdiff
path: root/Makefile.netware
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-04-21 15:32:35 +0000
committerGunter Knauf <gk@gknw.de>2007-04-21 15:32:35 +0000
commitafa85a552962d10760d23cc822ed541a379411ad (patch)
tree366e51ceb611d8e14a8b28cd565e86a2450490dd /Makefile.netware
parent5e98ddf313b528d9d4f3c8af0de0e86c654fa404 (diff)
downloadc-ares-afa85a552962d10760d23cc822ed541a379411ad.tar.gz
c-ares-afa85a552962d10760d23cc822ed541a379411ad.tar.bz2
c-ares-afa85a552962d10760d23cc822ed541a379411ad.zip
fixed ARFLAGS for CodeWarrior build.
Diffstat (limited to 'Makefile.netware')
-rw-r--r--Makefile.netware4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.netware b/Makefile.netware
index fc7e390..44eade4 100644
--- a/Makefile.netware
+++ b/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