Revert previous as the problem with AUTOMAKE_OVERRIDE has been fixed in
bsd.pkg.mk to be much more precise about the files that are touched.
This commit is contained in:
parent
a2fec5b94b
commit
7b9ad2abcf
1 changed files with 1 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2001/12/19 00:14:31 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2001/12/22 08:49:58 jlam Exp $
|
||||
|
||||
DISTNAME= fileutils-4.0
|
||||
CATEGORIES= sysutils
|
||||
|
@ -13,8 +13,4 @@ NO_PATCH= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --program-prefix=g
|
||||
|
||||
post-configure:
|
||||
@${TOUCH} ${WRKSRC}/m4/Makefile.am ${WRKSRC}/m4/Makefile.in \
|
||||
${WRKSRC}/m4/Makefile
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue