mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-11-20 16:52:27 +00:00
build: config.dos renamed to config-dos.h
This commit is contained in:
@ -55,7 +55,7 @@ EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj \
|
||||
Makefile.m32 Makefile.netware Makefile.msvc Makefile.Watcom $(man_MANS) \
|
||||
config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz \
|
||||
TODO ares_build.h.in $(PDFPAGES) cares.rc README.msvc $(MSVCFILES) \
|
||||
$(CSOURCES) $(HHEADERS)
|
||||
$(CSOURCES) $(HHEADERS) config-dos.h
|
||||
|
||||
CLEANFILES = $(PDFPAGES) $(HTMLPAGES)
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ all: $(OBJ_DIR) ares_config.h libcares.a ahost.exe adig.exe acountry.exe
|
||||
libcares.a: $(OBJECTS)
|
||||
ar rs $@ $?
|
||||
|
||||
ares_config.h: config.dos
|
||||
ares_config.h: config-dos.h
|
||||
$(COPY) $^ $@
|
||||
|
||||
ahost.exe: ahost.c $(OBJ_DIR)/ares_getopt.o $(OBJ_HACK)
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
/* ================================================================ */
|
||||
/* ares/config.dos - Hand crafted config file for DOS */
|
||||
/* ares/config-dos.h - Hand crafted config file for DOS */
|
||||
/* ================================================================ */
|
||||
|
||||
#define PACKAGE "c-ares"
|
||||
Reference in New Issue
Block a user