From: Gunter Knauf Date: Wed, 11 Jun 2008 00:07:08 +0000 (+0000) Subject: enable additional CFLAGS from commandline. X-Git-Tag: cares-1_5_3~445 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10074bfcc670ab2f697f1dd9ae9a3922b4e2ea02;p=curl enable additional CFLAGS from commandline. --- diff --git a/ares/Makefile.netware b/ares/Makefile.netware index e70d98c99..f723b2e0a 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -75,7 +75,7 @@ MKDIR = mkdir MPKXDC = mkxdc # Global flags for all compilers -CFLAGS = $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc +CFLAGS += $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc ifeq ($(CC),mwccnlm) LD = mwldnlm