ZLIB_ROOT not needed

This commit is contained in:
Gisle Vanem 2004-08-19 15:24:49 +00:00
parent 52177b1f60
commit 06d39bd303
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#
# c-ares Makefile for djgpp/gcc/Watt-32
# c-ares Makefile for djgpp/gcc/Watt-32.
# By Gisle Vanem <giva@bgnett.no> 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.