From 98a8103a3b1e58d1493249805ffa4fa1cc1abc81 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Fri, 12 Nov 2004 11:45:05 +0000 Subject: Netware target (hosted on Linux gcc) doesn't support or need __declspec. --- lib/Makefile.netware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 2f3391b54..b7554cabb 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -70,7 +70,7 @@ CP = cp -afv MPKXDC = mkxdc # Global flags for all compilers -CFLAGS = $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -DBUILDING_LIBCURL -nostdinc +CFLAGS = $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc ifeq ($(CC),mwccnlm) LD = mwldnlm -- cgit v1.2.3