Included the fake gethostent(3) function into the object files list.

This commit is contained in:
Roland Illig 2005-01-07 13:45:54 +00:00 committed by Thomas Klausner
parent 31b9a4be83
commit 7a51ffe874

View file

@ -1,8 +1,17 @@
$NetBSD: patch-aa,v 1.2 2004/08/12 15:27:34 rillig Exp $ $NetBSD: patch-aa,v 1.3 2005/01/07 13:45:54 rillig Exp $
--- GNUmakefile.orig 2004-05-14 12:40:18.000000000 +0200 --- GNUmakefile.orig Fri May 14 12:40:18 2004
+++ GNUmakefile 2004-06-02 01:31:24.000000000 +0200 +++ GNUmakefile
@@ -85,34 +85,34 @@ @@ -37,7 +37,7 @@ CGI_FILES = Lcs.lhs SlurpDirectory.lhs \
DarcsUtils.lhs DarcsURL.lhs Printer.lhs \
PatchMatch.lhs PatchMatchData.lhs Match.lhs
-C_OBJS = compat.o fpstring.o zlib_helper.o
+C_OBJS = compat.o fpstring.o zlib_helper.o gethostent.o
ifeq ($(SYS), windows)
GHCFLAGS += -iwin32 -Iwin32
@@ -85,34 +85,34 @@ darcs_cgi.o darcs_cgi .depend: GHCFLAGS
config: configure autoconf.mk config: configure autoconf.mk
installbin: all installbin: all