37 lines
1.0 KiB
Diff
37 lines
1.0 KiB
Diff
From 6360e96b5cf8e5980c887ce58ef727e53d77243a Mon Sep 17 00:00:00 2001
|
|
From: bradh352 <brad@brad-house.com>
|
|
Date: Mon, 22 May 2023 08:01:38 -0400
|
|
Subject: [PATCH] Makefile.inc Windows requires tabs not spaces for nmake
|
|
|
|
Conflict: NA
|
|
Reference: https://github.com/c-ares/c-ares/commit/6360e96b5cf8e5980c887ce58ef727e53d77243a
|
|
---
|
|
src/lib/Makefile.inc | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
|
|
index 49bbe60..02d8d58 100644
|
|
--- a/src/lib/Makefile.inc
|
|
+++ b/src/lib/Makefile.inc
|
|
@@ -45,7 +45,7 @@ CSOURCES = ares__addrinfo2hostent.c \
|
|
ares_platform.c \
|
|
ares_process.c \
|
|
ares_query.c \
|
|
- ares_rand.c \
|
|
+ ares_rand.c \
|
|
ares_search.c \
|
|
ares_send.c \
|
|
ares_strcasecmp.c \
|
|
@@ -60,7 +60,7 @@ CSOURCES = ares__addrinfo2hostent.c \
|
|
inet_ntop.c \
|
|
windows_port.c
|
|
|
|
-HHEADERS = ares_android.h \
|
|
+HHEADERS = ares_android.h \
|
|
ares_data.h \
|
|
ares_getenv.h \
|
|
ares_inet_net_pton.h \
|
|
--
|
|
2.33.0
|
|
|