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 /lib/makefile.dj | |
parent | de670efeabf8115edaf9de8d226242e2520eb9b1 (diff) | |
download | curl-afd6e738f731394904ccb68aff7404941844eade.tar.gz |
build: lib/config.dos renamed to lib/config-dos.h
Diffstat (limited to 'lib/makefile.dj')
-rw-r--r-- | lib/makefile.dj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/makefile.dj b/lib/makefile.dj index 90faf3371..d9f159d3d 100644 --- a/lib/makefile.dj +++ b/lib/makefile.dj @@ -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 |