Commit 70f8068d authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fixed rule to build libcares when needed.

parent a7513a85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -539,7 +539,7 @@ else
	@echo ipv6 support:    no
endif

$(LIBCARES):
$(ARES_LIB)/libcares.$(LIBEXT):
	$(MAKE) -C $(ARES_LIB) -f Makefile.netware lib

+5 −2
Original line number Diff line number Diff line
@@ -465,4 +465,7 @@ hugehelp.c:
	@echo Creating $@
	@$(CP) hugehelp.c.cvs $@

$(ARES_LIB)/libcares.$(LIBEXT):
	$(MAKE) -C $(ARES_LIB) -f Makefile.netware lib