From dcad0d5b436e7c75e36d775aad0fd6668f78126c Mon Sep 17 00:00:00 2001 From: heinz Date: Sun, 14 Mar 2004 09:21:25 +0000 Subject: Use find with "-print", noted by Georg Schwarz in pkg/24248 --- www/libwww/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 316951241d2..f7682e1c887 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2004/02/29 11:49:54 markd Exp $ +# $NetBSD: Makefile,v 1.54 2004/03/14 09:21:25 heinz Exp $ DISTNAME= w3c-libwww-5.4.0 PKGNAME= libwww-5.4.0 @@ -33,7 +33,7 @@ pre-configure: .for f in aclocal.m4 configure stamp-h.in ${TOUCH} ${WRKSRC}/$f .endfor - ${TOUCH} `${FIND} ${WRKSRC} -name Makefile.in` + ${TOUCH} `${FIND} ${WRKSRC} -name Makefile.in -print` .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3