build: config.dos renamed to config-dos.h
authorYang Tse <yangsita@gmail.com>
Fri, 3 Dec 2010 03:35:05 +0000 (04:35 +0100)
committerYang Tse <yangsita@gmail.com>
Fri, 3 Dec 2010 03:35:05 +0000 (04:35 +0100)
Makefile.am
Makefile.dj
config-dos.h [moved from config.dos with 98% similarity]

index 31fbc38..69468cc 100644 (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)
 
index 11a1870..799611f 100644 (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)
similarity index 98%
rename from config.dos
rename to config-dos.h
index a740745..d17b6c8 100644 (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"