• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1From 6360e96b5cf8e5980c887ce58ef727e53d77243a Mon Sep 17 00:00:00 2001
2From: bradh352 <brad@brad-house.com>
3Date: Mon, 22 May 2023 08:01:38 -0400
4Subject: [PATCH] Makefile.inc Windows requires tabs not spaces for nmake
5
6Conflict: NA
7Reference: https://github.com/c-ares/c-ares/commit/6360e96b5cf8e5980c887ce58ef727e53d77243a
8---
9 src/lib/Makefile.inc | 4 ++--
10 1 file changed, 2 insertions(+), 2 deletions(-)
11
12diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
13index 49bbe60..02d8d58 100644
14--- a/src/lib/Makefile.inc
15+++ b/src/lib/Makefile.inc
16@@ -45,7 +45,7 @@ CSOURCES = ares__addrinfo2hostent.c	\
17   ares_platform.c			\
18   ares_process.c			\
19   ares_query.c				\
20-  ares_rand.c \
21+  ares_rand.c				\
22   ares_search.c				\
23   ares_send.c				\
24   ares_strcasecmp.c			\
25@@ -60,7 +60,7 @@ CSOURCES = ares__addrinfo2hostent.c	\
26   inet_ntop.c				\
27   windows_port.c
28
29-HHEADERS = ares_android.h                        \
30+HHEADERS = ares_android.h	\
31   ares_data.h				\
32   ares_getenv.h				\
33   ares_inet_net_pton.h			\
34--
352.33.0
36
37