$NetBSD: patch-al,v 1.2 2006/06/09 22:30:58 dbj Exp $

--- src/Makefile.in.orig	1996-08-06 23:27:21.000000000 -0400
+++ src/Makefile.in	2006-06-09 17:24:46.000000000 -0400
@@ -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)
@@ -109,6 +113,9 @@
 SOURCES = mkid.c lid.c fid.c fnid.c xtokid.c
 OBJECTS = mkid$o lid$o fid$o fnid$o xtokid$o
 
+.SUFFIXES:
+.SUFFIXES: .c .o ._c ._o
+
 default: all
 
 
@@ -337,9 +344,7 @@
 maintainer-clean
 
 
-$(PROGRAMS): $(LDADD)
-.SUFFIXES:
-.SUFFIXES: .c .o ._c ._o
+$(PROGRAMS): $(DEPLIBS)
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
