diff options
author | Gunter Knauf <gk@gknw.de> | 2008-06-11 00:07:08 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-06-11 00:07:08 +0000 |
commit | 10074bfcc670ab2f697f1dd9ae9a3922b4e2ea02 (patch) | |
tree | d216b0cd9f4a8c5139e42c506d0edcc9415b05e9 /ares/Makefile.netware | |
parent | 3940e69c91f8739b679309e870eae3e4e8af728f (diff) |
enable additional CFLAGS from commandline.
Diffstat (limited to 'ares/Makefile.netware')
-rw-r--r-- | ares/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
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 |