diff options
author | Gunter Knauf <gk@gknw.de> | 2007-07-03 00:50:40 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-07-03 00:50:40 +0000 |
commit | 70f8068d4d83121c816dea4fd8d0ec4fcf0c980f (patch) | |
tree | 8a147c677cdc59fad3ebae20d627788978a81a3f /lib | |
parent | a7513a8521707f011fc20974ad47d60a5f4caa5a (diff) |
fixed rule to build libcares when needed.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 9ff6abf56..f484f5eaf 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -539,7 +539,7 @@ else @echo ipv6 support: no endif -$(LIBCARES): +$(ARES_LIB)/libcares.$(LIBEXT): $(MAKE) -C $(ARES_LIB) -f Makefile.netware lib |