From ad61ebf1d36cd34fe8182379e4a5bda2b3aacd01 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Feb 2007 08:39:23 +0000 Subject: Some Makefile.in files start with the letters PACKAGE. NetBSD's file(1) considers files starting with the letters PACK to be related to Quake. --- mk/subst.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/subst.mk b/mk/subst.mk index 460d4054c5d..d9d61094303 100644 --- a/mk/subst.mk +++ b/mk/subst.mk @@ -1,4 +1,4 @@ -# $NetBSD: subst.mk,v 1.42 2007/01/23 06:05:39 rillig Exp $ +# $NetBSD: subst.mk,v 1.43 2007/02/05 08:39:23 rillig Exp $ # # This Makefile fragment implements a general text replacement facility. # Package makefiles define a ``class'', for each of which a particular @@ -55,7 +55,7 @@ ECHO_SUBST_MSG?= ${STEP_MSG} _SUBST_IS_TEXT_FILE?= \ { ${TEST} -f "$$file" \ && ${FILE_CMD} "$$file" \ - | ${EGREP} "(executable .* script|shell script|text|Assembler source|libtool)"; \ + | ${EGREP} "(executable .* script|shell script|text|Assembler source|libtool|Quake I or II world or extension)"; \ } >/dev/null 2>&1 _SUBST_BACKUP_SUFFIX= .subst.sav -- cgit v1.2.3