Fix bashism

Probably doesn't work with bash anymore ...
This commit is contained in:
hjp 2016-07-05 20:15:25 +00:00
parent 3944b561fd
commit d941663269
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
echo "\$(BINDIR)/%: %"
echo -e "\tcp \$^ \$@"
echo "\tcp \$^ \$@"