$NetBSD: patch-al,v 1.1 2001/11/03 09:59:36 seb Exp $

--- src/Makefile.in.orig	Fri Nov  2 01:48:54 2001
+++ src/Makefile.in
@@ -4,6 +4,9 @@
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
 
+# Makefile.in's patch is produced after regen from Makefile.am with
+# `automake-1.1b --include-deps,' then it is hand-trimmed
+
 
 SHELL = /bin/sh
 
@@ -54,6 +57,7 @@
 	   -I.. -I$(top_srcdir) 
 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
 LDADD = @INTLLIBS@ ../libidu/libidu.a ../lib/libsys.a
+DEPLIBS = ../libidu/libidu.a ../lib/libsys.a
 mkinstalldirs = $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h
 PROGRAMS = $(bin_PROGRAMS)
@@ -337,7 +315,7 @@
 maintainer-clean
 
 
-$(PROGRAMS): $(LDADD)
+$(PROGRAMS): $(DEPLIBS)
 .SUFFIXES:
 .SUFFIXES: .c .o ._c ._o
 
