]> granicus.if.org Git - curl/commitdiff
fixed rule to build libcares when needed.
authorGunter Knauf <gk@gknw.de>
Tue, 3 Jul 2007 00:50:40 +0000 (00:50 +0000)
committerGunter Knauf <gk@gknw.de>
Tue, 3 Jul 2007 00:50:40 +0000 (00:50 +0000)
lib/Makefile.netware
src/Makefile.netware

index 9ff6abf56197dbb4206d815a349455877583523b..f484f5eaf27ee6b8f4df3ad70d39ac3ced7e814f 100644 (file)
@@ -539,7 +539,7 @@ else
        @echo ipv6 support:    no
 endif
 
-$(LIBCARES):
+$(ARES_LIB)/libcares.$(LIBEXT):
        $(MAKE) -C $(ARES_LIB) -f Makefile.netware lib
 
 
index 8bcaa76dd90e749e74d509f4abae32c0c83c2ac2..bb172690bfa2fb7fa9721f7ccdc90bedbfcf701a 100644 (file)
@@ -204,7 +204,7 @@ OBJS        := $(patsubst %.c,$(OBJDIR)/%.o,$(strip $(CURL_SOURCES))) $(OBJX)
 
 vpath %.c $(CURL_LIB)
 
-all: prebuild $(TARGET).nlm 
+all: prebuild $(TARGET).nlm
 
 prebuild: $(OBJDIR) $(OBJDIR)/version.inc config.h
 
@@ -465,4 +465,7 @@ hugehelp.c:
        @echo Creating $@
        @$(CP) hugehelp.c.cvs $@
 
+$(ARES_LIB)/libcares.$(LIBEXT):
+       $(MAKE) -C $(ARES_LIB) -f Makefile.netware lib
+
+