Subject: CVS commit: pkgsrc/pkgtools/pkg_install/files
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/31/2004 17:40:41
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Aug 31 17:40:41 UTC 2004

Modified Files:
	pkgsrc/pkgtools/pkg_install/files: Makefile.in

Log Message:
Don't use .PHONY, which isn't understood by every make.  Split out the
"all" target as the first one so that a bare "make" will build the "all"
target by default.  This should fix problems seen on AIX 5.1.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/pkgtools/pkg_install/files/Makefile.in

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