aboutsummaryrefslogtreecommitdiff
path: root/substitute.mk
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-07-21 13:21:43 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-07-21 13:21:43 +0000
commit9c3099d3286b7bc8582b1685ba1917db409cac0c (patch)
tree40c3bc18f1408ef70e1e5dd446460bab762c831e /substitute.mk
parent7adaa6d4466063893c9ac6b5b7d71c423be34b69 (diff)
* Purify `make check'.
Diffstat (limited to 'substitute.mk')
-rw-r--r--substitute.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk
index 18e4585d7..5038bd4bf 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -23,5 +23,6 @@
-e "s^@xsltproc\@^$(xsltproc)^g" \
-e "s^@aterm_bin\@^$(aterm_bin)^g" \
-e "s^@version\@^$(VERSION)^g" \
+ -e "s^@testPath\@^$(coreutils):$$(dirname $$(type -P expr))^g" \
< $< > $@ || rm $@
if test -x $<; then chmod +x $@; fi