Skip to content
Snippets Groups Projects
Commit afd6e738 authored by Yang Tse's avatar Yang Tse
Browse files

build: lib/config.dos renamed to lib/config-dos.h

parent de670efe
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ CMAKE_DIST = CMakeLists.txt curl_config.h.cmake
EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 $(DSP) \
vc6libcurl.dsw config-win32.h config-win32ce.h config-riscos.h \
config-mac.h curl_config.h.in makefile.dj config.dos libcurl.plist \
config-mac.h curl_config.h.in makefile.dj config-dos.h libcurl.plist \
libcurl.rc config-amigaos.h amigaos.c amigaos.h makefile.amiga \
Makefile.netware nwlib.c nwos.c libcurl.imp msvcproj.head msvcproj.foot \
config-win32ce.h config-os400.h setup-os400.h config-symbian.h \
......
......@@ -3,7 +3,7 @@
/* ================================================================ */
/* lib/config.dos - Hand crafted config file for DOS */
/* lib/config-dos.h - Hand crafted config file for DOS */
/* ================================================================ */
#if defined(DJGPP)
......
......@@ -21,7 +21,7 @@ all: $(OBJ_DIR) curl_config.h $(CURL_LIB)
$(CURL_LIB): $(OBJECTS)
ar rs $@ $?
curl_config.h: config.dos
curl_config.h: config-dos.h
$(COPY) $^ $@
# clean generated files
......
......@@ -46,9 +46,9 @@ $(PROGRAM): $(OBJECTS) ../lib/libcurl.a
curl_config.h:
ifeq ($(IS_UNIX_SHELL),1)
@echo '#include "../lib/config.dos"' > $@
@echo '#include "../lib/config-dos.h"' > $@
else
@echo #include "../lib/config.dos" > $@
@echo #include "../lib/config-dos.h" > $@
endif
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment