]> granicus.if.org Git - curl/commitdiff
fixed a path typo in src/Makefile.netware.
authorGuenter Knauf <lists@gknw.net>
Mon, 12 Apr 2010 14:30:14 +0000 (16:30 +0200)
committerGuenter Knauf <lists@gknw.net>
Mon, 12 Apr 2010 14:30:14 +0000 (16:30 +0200)
src/Makefile.netware

index 7afab1ad45e5732c75a11d07369c7c3d73e4484d..09cb5d298f4f6a83b9e1c29dab1a1be52dff21a5 100644 (file)
@@ -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