From 10074bfcc670ab2f697f1dd9ae9a3922b4e2ea02 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Wed, 11 Jun 2008 00:07:08 +0000 Subject: enable additional CFLAGS from commandline. --- ares/Makefile.netware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3