diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index b91796cc3..16f294a85 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -94,7 +94,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 -DHAVE_CONFIG_H -nostdinc +CFLAGS += $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc ifeq ($(CC),mwccnlm) LD = mwldnlm |