Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/24/2001 22:46:46
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Oct 24 19:46:45 UTC 2001

Modified Files:
	pkgsrc/mk: bsd.buildlink.mk

Log Message:
Rearrange some of the logic to consolidate the code that is a.out-specific.
Also name the replace-libnames-configure as part of ${_CONFIGURE_PREREQ}
instead of as a prerequisite to pre-configure.  This is needed so that the
replacement occurs _after_ pre-configure target is run, which may call
autoconf/automake to regenerate the configure scripts.  Before this change,
the replacement would be overwritten when the configure scripts were
regenerated.  This should fix a problem first noticed by Alistair Crooks
<agc@netbsd.org> in the net/mtr package.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 pkgsrc/mk/bsd.buildlink.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.