summaryrefslogtreecommitdiff
path: root/mk/subst.mk
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2006-12-10 02:25:13 +0000
committerreed <reed@pkgsrc.org>2006-12-10 02:25:13 +0000
commite89ec495e9bd4c9cc9375de31d0a9cc6870a354c (patch)
treec56022394bd61993bda8b5d9a4f355e1851bf404 /mk/subst.mk
parentb719a4ce18873be4f5494c1cd6a771ada52081b1 (diff)
downloadpkgsrc-e89ec495e9bd4c9cc9375de31d0a9cc6870a354c.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/subst.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