Commit 5ccd7c18 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fixed a path typo in src/Makefile.netware.

parent 4f9b47de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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