summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2010-04-12 16:30:14 +0200
committerGuenter Knauf <lists@gknw.net>2010-04-12 16:30:14 +0200
commit5ccd7c18073eebbdbaf8fc1d6f598bd0f610ae8d (patch)
tree9a6b3a3e30d05ca7f48b553e81bf9d405a919d86
parent4f9b47de8c3fdd530921a43aa1e67735f0b8b461 (diff)
downloadgnurl-5ccd7c18073eebbdbaf8fc1d6f598bd0f610ae8d.tar.gz
gnurl-5ccd7c18073eebbdbaf8fc1d6f598bd0f610ae8d.tar.bz2
gnurl-5ccd7c18073eebbdbaf8fc1d6f598bd0f610ae8d.zip
fixed a path typo in src/Makefile.netware.
-rw-r--r--src/Makefile.netware4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware
index 7afab1ad4..09cb5d298 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -33,8 +33,8 @@ LIBIDN_PATH = ../../libidn-1.18
endif
# Edit the path below to point to the base of your c-ares package.
-ifndef LIBARES_PATH
-LIBARES_PATH = ../ares
+ifndef LIBCARES_PATH
+LIBCARES_PATH = ../ares
endif
ifndef INSTDIR