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 /net/Makefile.Linux | |
parent | ccf238f852fd0463e68d33b91f0dd55000c325e3 (diff) |
use $CP and $SED instead of cp and sed
Diffstat (limited to 'net/Makefile.Linux')
-rw-r--r-- | net/Makefile.Linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile.Linux b/net/Makefile.Linux index 1a496c73..5cd456ea 100644 --- a/net/Makefile.Linux +++ b/net/Makefile.Linux @@ -5,4 +5,4 @@ INC+= adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh \ .SUFFIXES: .sh.Linux.in .sh.Linux.in.sh: - sed ${SED_REPLACE} ${SED_EXTRA} $< > $@ + ${CP} $< $@ |