aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.dj
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-12-03 04:13:33 +0100
committerYang Tse <yangsita@gmail.com>2010-12-03 04:13:33 +0100
commitafd6e738f731394904ccb68aff7404941844eade (patch)
tree7534ff419208e66b579c1b60e7a09499b4a7d78d /src/makefile.dj
parentde670efeabf8115edaf9de8d226242e2520eb9b1 (diff)
build: lib/config.dos renamed to lib/config-dos.h
Diffstat (limited to 'src/makefile.dj')
-rw-r--r--src/makefile.dj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.dj b/src/makefile.dj
index fc3ae16d8..49929085e 100644
--- a/src/makefile.dj
+++ b/src/makefile.dj
@@ -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
#