diff options
author | Yang Tse <yangsita@gmail.com> | 2010-12-03 04:13:33 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-12-03 04:13:33 +0100 |
commit | afd6e738f731394904ccb68aff7404941844eade (patch) | |
tree | 7534ff419208e66b579c1b60e7a09499b4a7d78d /src/makefile.dj | |
parent | de670efeabf8115edaf9de8d226242e2520eb9b1 (diff) | |
download | curl-afd6e738f731394904ccb68aff7404941844eade.tar.gz |
build: lib/config.dos renamed to lib/config-dos.h
Diffstat (limited to 'src/makefile.dj')
-rw-r--r-- | src/makefile.dj | 4 |
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 # |