aboutsummaryrefslogtreecommitdiff
path: root/share/mk/plain.test.mk
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-07-09 00:55:50 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-07-09 00:55:50 +0000
commit64dc02450bd1cbbf1380d2aeff195e07db51c4c4 (patch)
treef043c7ef19d8bb1cb034c6e77e7dbb06726714c8 /share/mk/plain.test.mk
parentba8cd08ba951a68946b49115fc07a16cd59829c8 (diff)
downloadsrc-64dc02450bd1cbbf1380d2aeff195e07db51c4c4.tar.gz
src-64dc02450bd1cbbf1380d2aeff195e07db51c4c4.zip
Notes
Diffstat (limited to 'share/mk/plain.test.mk')
-rw-r--r--share/mk/plain.test.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/plain.test.mk b/share/mk/plain.test.mk
index 99685ef1d966..f26bab3e42ef 100644
--- a/share/mk/plain.test.mk
+++ b/share/mk/plain.test.mk
@@ -57,7 +57,8 @@ CLEANFILES+= ${_T} ${_T}.tmp
PLAIN_TESTS_SH_SED_${_T}?= # empty
PLAIN_TESTS_SH_SRC_${_T}?= ${_T}.sh
${_T}: ${PLAIN_TESTS_SH_SRC_${_T}}
- cat ${.ALLSRC} | sed ${PLAIN_TESTS_SH_SED_${_T}} >${.TARGET}.tmp
+ cat ${.ALLSRC:N*Makefile*} \
+ | sed ${PLAIN_TESTS_SH_SED_${_T}} >${.TARGET}.tmp
chmod +x ${.TARGET}.tmp
mv ${.TARGET}.tmp ${.TARGET}
.endfor