From 4b482eddbe63bc8c5fc1af843cfb252476868b64 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sun, 6 Sep 2009 04:36:51 +0200 Subject: [PATCH] accept CFLAGS from environment. --- nw/Makefile.netware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/Makefile.netware b/nw/Makefile.netware index 4e53abb2..4ccc4ee5 100644 --- a/nw/Makefile.netware +++ b/nw/Makefile.netware @@ -96,7 +96,7 @@ LIBARCH_L = $(shell $(AWK) 'BEGIN {print tolower(ARGV[1])}' $(LIBARCH)) -include $(OBJDIR)/version.inc # Global flags for all compilers -CFLAGS = $(OPT) -D$(DB) -DNETWARE -nostdinc +CFLAGS += $(OPT) -D$(DB) -DNETWARE -nostdinc #CFLAGS += -DHAVE_CONFIG_H ifeq ($(CC),mwccnlm)