diff options
-rw-r--r-- | ares/Makefile.dj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ares/Makefile.dj b/ares/Makefile.dj index aa16e5c9f..f6b9d8f32 100644 --- a/ares/Makefile.dj +++ b/ares/Makefile.dj @@ -1,12 +1,14 @@ # # c-ares Makefile for djgpp/gcc/Watt-32. -# By Gisle Vanem <giva@bgnett.no> 2004. +# By Gisle Vanem <gvanem@broadpark.no> 2004. # # $Id$ TOPDIR = .. +DEPEND_PREREQ = ares_config.h + include ../packages/DOS/common.dj include Makefile.inc |