diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-03-11T10·52+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-03-11T10·52+0000 |
commit | 070057c1b9335ef2c5ff0fe12adb76e214f945ba (patch) | |
tree | 97c35e93bc77a4a1b3f0787d9c837490f8328673 /substitute.mk | |
parent | 03afc34805c0dbd5f354b823cb8391fed99c6539 (diff) | |
parent | c752c9f41aa88ff2129cdc0863fe74f76328835c (diff) |
* Sync with the trunk.
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk index 430af16bf4b6..a6e00aaba241 100644 --- a/substitute.mk +++ b/substitute.mk @@ -16,6 +16,7 @@ -e "s^@bzip2_bin_test\@^$(bzip2_bin_test)^g" \ -e "s^@perl\@^$(perl)^g" \ -e "s^@coreutils\@^$(coreutils)^g" \ + -e "s^@sed\@^$(sed)^g" \ -e "s^@tar\@^$(tar)^g" \ -e "s^@gzip\@^$(gzip)^g" \ -e "s^@tr\@^$(tr)^g" \ |