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:
jlam 2001-12-22 08:49:58 +00:00
parent a2fec5b94b
commit 7b9ad2abcf

View file

@ -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"