From: Guenter Knauf Date: Mon, 12 Apr 2010 14:30:14 +0000 (+0200) Subject: fixed a path typo in src/Makefile.netware. X-Git-Tag: curl-7_20_1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ccd7c18073eebbdbaf8fc1d6f598bd0f610ae8d;p=curl fixed a path typo in src/Makefile.netware. --- 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