diff options
author | Gunter Knauf <gk@gknw.de> | 2008-06-08 22:29:34 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-06-08 22:29:34 +0000 |
commit | 72870e2c57bef41bb629e092e6d8eef0361d9ab1 (patch) | |
tree | ce0182de8a03b3981d5bb4b4e9824b4cb253134c /src/Makefile.netware | |
parent | 9c8997cbe4cb0e9e7b5f8eb32ee788851621ffe4 (diff) | |
download | curl-72870e2c57bef41bb629e092e6d8eef0361d9ab1.tar.gz |
enable additional CFLAGS from commandline.
Diffstat (limited to 'src/Makefile.netware')
-rw-r--r-- | src/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware index 72fc4cd22..86e593653 100644 --- a/src/Makefile.netware +++ b/src/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 |