diff options
author | Roy Marples <roy@marples.name> | 2008-03-26 14:27:46 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-26 14:27:46 +0000 |
commit | 833903fc78743ded22abcc49fba285ff9ddb8e8a (patch) | |
tree | 726e8d03bacbdb4b43c4165f93192633f4afe324 /sh/Makefile.Linux | |
parent | ccf238f852fd0463e68d33b91f0dd55000c325e3 (diff) |
use $CP and $SED instead of cp and sed
Diffstat (limited to 'sh/Makefile.Linux')
-rw-r--r-- | sh/Makefile.Linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/Makefile.Linux b/sh/Makefile.Linux index fed0e7aa..b73b4665 100644 --- a/sh/Makefile.Linux +++ b/sh/Makefile.Linux @@ -4,5 +4,5 @@ BIN+= init-early.sh .SUFFIXES: .sh.Linux.in .sh.Linux.in.sh: - sed ${SED_REPLACE} ${SED_EXTRA} $< > $@ + ${SED} ${SED_REPLACE} ${SED_EXTRA} $< > $@ |