From 5133b2b6b9755497bf2cc6c58f40fbebc24b47f6 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Thu, 19 Aug 2004 15:24:49 +0000 Subject: [PATCH] ZLIB_ROOT not needed --- Makefile.dj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.dj b/Makefile.dj index de8aea0..40ccaa1 100644 --- a/Makefile.dj +++ b/Makefile.dj @@ -1,5 +1,5 @@ # -# c-ares Makefile for djgpp/gcc/Watt-32 +# c-ares Makefile for djgpp/gcc/Watt-32. # By Gisle Vanem 2004. # .SUFFIXES: .exe @@ -7,7 +7,6 @@ include Makefile.inc WATT32_ROOT = $(subst \,/,$(WATT_ROOT)) -ZLIB_ROOT = /dev/env/DJGPP/contrib/zlib CC = gcc CFLAGS = -O2 -Wall -DWATT32 -Dselect=select_s -I$(WATT32_ROOT)/inc @@ -18,7 +17,6 @@ OBJ_DIR = djgpp OBJECTS = $(addprefix $(OBJ_DIR)/, $(CSOURCES:.c=.o)) - all: $(OBJ_DIR) libcares.a ahost.exe adig.exe @echo Welcome to c-ares. -- 2.7.4