From edcc79a2dd89c4dafa2253c6e571e0d8a3e775fe Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 15 Mar 2002 16:38:05 +0000 Subject: Remove some of pre-configure target that is handled by AUTOMAKE_OVERRIDE. --- chat/xchat/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index bc2f2742583..f78c278aad6 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/03/13 17:36:43 fredb Exp $ +# $NetBSD: Makefile,v 1.18 2002/03/15 16:38:05 skrll Exp $ DISTNAME= xchat-1.8.7 PKGREVISION= 1 @@ -35,13 +35,11 @@ CONFIGURE_ARGS+= --enable-ipv6 CONFIGURE_ARGS+= --enable-openssl=${BUILDLINK_DIR} .endif -# Prevent invokation of "auto*" which caused build failures due to insufficient -# arguments and environment. +# XXX +# Is this needed? pre-configure: @cd ${WRKSRC} && \ - ${RM} -f po/zh_TW.Big5.po && \ - ${TOUCH} aclocal.m4 stamp-h.in configure && \ - ${FIND} . -name Makefile.in | ${XARGS} ${TOUCH} + ${RM} -f po/zh_TW.Big5.po post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat -- cgit v1.2.3