summaryrefslogtreecommitdiff
path: root/Makefile.netware
diff options
context:
space:
mode:
authorSeonah Moon <seonah1.moon@samsung.com>2020-12-23 13:54:58 +0900
committerSeonah Moon <seonah1.moon@samsung.com>2020-12-23 13:54:58 +0900
commitd155550ca2bd773d4bf3761301c93d07b345f9d2 (patch)
tree37a66189331b8387139ca266e8a87ada3d30529c /Makefile.netware
parent62cb64b22c599fa9c2c7d864569c017b55100279 (diff)
downloadc-ares-d155550ca2bd773d4bf3761301c93d07b345f9d2.tar.gz
c-ares-d155550ca2bd773d4bf3761301c93d07b345f9d2.tar.bz2
c-ares-d155550ca2bd773d4bf3761301c93d07b345f9d2.zip
Revert "Revert "Imported Upstream version 1.17.1""
This reverts commit 62cb64b22c599fa9c2c7d864569c017b55100279.
Diffstat (limited to 'Makefile.netware')
-rw-r--r--Makefile.netware6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.netware b/Makefile.netware
index fa8f831..e1a8a55 100644
--- a/Makefile.netware
+++ b/Makefile.netware
@@ -34,7 +34,7 @@ ifndef LIBARCH
LIBARCH = LIBC
endif
-# must be equal to NDEBUG or DEBUG, CURLDEBUG
+# must be equal to NDEBUG or DEBUG
ifndef DB
DB = NDEBUG
endif
@@ -134,9 +134,7 @@ else
# INCLUDES += -I$(SDK_CLIB)/include/nlm/obsolete
# INCLUDES += -I$(SDK_CLIB)/include
endif
-ifeq ($(DB),CURLDEBUG)
-INCLUDES += -I../include
-endif
+
CFLAGS += -I. $(INCLUDES)
ifeq ($(MTSAFE),YES)