summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorreed <reed>2006-12-10 02:25:13 +0000
committerreed <reed>2006-12-10 02:25:13 +0000
commit50432d7274e78e6051fc459c09b05b5d3d417c6f (patch)
treec56022394bd61993bda8b5d9a4f355e1851bf404 /mk
parent416ef01615e94d471aec58d8d1a4d445d56783d3 (diff)
downloadpkgsrc-50432d7274e78e6051fc459c09b05b5d3d417c6f.tar.gz
Also "Assembler source" is a text file for _SUBST_IS_TEXT_FILE.
(Really the file is a wdm config file. Noticed when building wdm.)
Diffstat (limited to 'mk')
-rw-r--r--mk/subst.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/subst.mk b/mk/subst.mk
index 85aaa0b35b3..15f0c49a4b5 100644
--- a/mk/subst.mk
+++ b/mk/subst.mk
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.37 2006/11/23 16:27:53 tron Exp $
+# $NetBSD: subst.mk,v 1.38 2006/12/10 02:25:13 reed Exp $
#
# This Makefile fragment implements a general text replacement facility.
# Package makefiles define a ``class'', for each of which a particular
@@ -39,7 +39,7 @@ ECHO_SUBST_MSG?= ${STEP_MSG}
_SUBST_IS_TEXT_FILE?= \
{ ${TEST} -f "$$file" \
&& ${FILE_CMD} "$$file" \
- | ${EGREP} "(executable .* script|shell script|text|libtool)"; \
+ | ${EGREP} "(executable .* script|shell script|text|Assembler source|libtool)"; \
} >/dev/null 2>&1
_SUBST_BACKUP_SUFFIX= .subst.sav