1
0
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:
Yang Tse
2010-12-03 04:35:05 +01:00
parent a04dbb4323
commit 09331032a0
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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"