Subject: CVS commit: pkgsrc/mk/wrapper
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 07/02/2006 09:45:23
Module Name: pkgsrc
Committed By: rillig
Date: Sun Jul 2 09:45:23 UTC 2006
Modified Files:
pkgsrc/mk/wrapper: bsd.wrapper.mk
Log Message:
Fixed an obvious typo: .if !target$(${_WRAP_EMPTY_FILE}) contains a
dollar character before the opening parenthesis. This should really have
been detected by bmake, but somehow the parser seems to be tolerant with
respect to syntax errors.
To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 pkgsrc/mk/wrapper/bsd.wrapper.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.