From e47bcefe4a8b5771cd88f9a33ec0de0ec7b899e4 Mon Sep 17 00:00:00 2001 From: nork Date: Mon, 12 Jun 2006 15:21:21 +0000 Subject: Fix build on sparc64. Because configure's timestamp is older than configure.ac's one. Almost configure's timestamp == configure.ac's one, but this is not good. So I enforced that configure's timestamp is always newer than configure.ac's one. Pointed out by: pointyhat via kris --- japanese/less/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'japanese') diff --git a/japanese/less/Makefile b/japanese/less/Makefile index f40e68783d56..3ba2e611e691 100644 --- a/japanese/less/Makefile +++ b/japanese/less/Makefile @@ -40,6 +40,7 @@ post-patch: ${RM} -f COPYING; \ ${GZCAT} ${DISTDIR}/regex_cs-lwp9k.shar.gz | ${SH}; \ ${PATCH} < ${PATCHDIR}/regex_cs.c.patch ) + ${TOUCH} ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) -- cgit