head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.32 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.30 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.28 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.26 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.24 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.22 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.20 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.18 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.16 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.14 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.12 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.10 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.8 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.6 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.4 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.2 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.1.0.28 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.26 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.24 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.22 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.20 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.18 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.16 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.14 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.12 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.10 pkgsrc-2003Q4-base:1.1 netbsd-1-6-1:1.1.0.6 netbsd-1-6-1-base:1.1 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2:1.1.0.2 buildlink2-base:1.1 netbsd-1-5-PATCH003:1.1; locks; strict; comment @# @; 1.3 date 2006.08.04.19.23.39; author christos; state dead; branches; next 1.2; 1.2 date 2006.06.09.22.30.58; author dbj; state Exp; branches; next 1.1; 1.1 date 2001.11.03.09.59.36; author seb; state Exp; branches; next ; desc @@ 1.3 log @welcome to idutils-4.1 @ text @$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. @ 1.2 log @move Makefile .SUFFIXES statement before pattern rules which use it this fixes compile problems on darwin. This could have been alternately fixed by setting USE_TOOLS+=gmake instead @ text @d1 1 a1 1 $NetBSD: patch-al,v 1.1 2001/11/03 09:59:36 seb Exp $ @ 1.1 log @- Fix build failure - exposed after lastest modification of ../../devel/gettext-lib/buildlink.mk - due to incorrect usage of @@INTLIBS@@ in Automake's prog_LDADD variable. Thanks Johnny Lam for hints and explanations! - While here get ride off build dependencies on auto* tools and GNU make by using a new set of patches and AUTOMAKE_OVERRIDE. Note: new Makefile.am files and hence their patches were generated with automake-1.1b! - sort PLIST and use same `install-info' arguments as those generated by `make print-PLIST'. - Fix broken dependencies when USE_XEMACS is defined. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- src/Makefile.in.orig Fri Nov 2 01:48:54 2001 +++ src/Makefile.in d23 11 a33 1 @@@@ -337,7 +315,7 @@@@ d38 2 a40 2 .SUFFIXES: .SUFFIXES: .c .o ._c ._o d42 2 @