From: Gisle Vanem Date: Mon, 5 Feb 2007 11:32:18 +0000 (+0000) Subject: Remove '-Dselect=select_s'. Remove depend.dj- X-Git-Tag: curl-7_16_2~362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fc51ac5a6e9cca55398cabfafd4effdb3df21fe;p=thirdparty%2Fcurl.git Remove '-Dselect=select_s'. Remove depend.dj- --- diff --git a/ares/Makefile.dj b/ares/Makefile.dj index 23a9ecadfb..b22221b47a 100644 --- a/ares/Makefile.dj +++ b/ares/Makefile.dj @@ -18,7 +18,7 @@ CFLAGS += -DWATT32 -DHAVE_AF_INET6 -DHAVE_PF_INET6 -DHAVE_FIONBIO \ -DSEND_TYPE_ARG4='int' -DSEND_TYPE_RETV='int' \ -DRECV_TYPE_ARG1='int' -DRECV_TYPE_ARG2='void*' \ -DRECV_TYPE_ARG3='int' -DRECV_TYPE_ARG4='int' \ - -DRECV_TYPE_RETV='int' -UHAVE_CONFIG_H -Dselect=select_s + -DRECV_TYPE_RETV='int' -UHAVE_CONFIG_H LDFLAGS = -s @@ -59,7 +59,7 @@ clean: rm -f $(OBJECTS) libcares.a vclean realclean: clean - rm -f ahost.exe adig.exe depend.dj + rm -f ahost.exe adig.exe - rmdir $(OBJ_DIR) # DO NOT DELETE THIS LINE