summaryrefslogtreecommitdiff
path: root/Makefile.dj
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.dj')
-rw-r--r--Makefile.dj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.dj b/Makefile.dj
index 11a1870..799611f 100644
--- a/Makefile.dj
+++ b/Makefile.dj
@@ -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)