diff options
author | taruti <taruti@violetti.org> | 2011-05-23 14:01:15 +0000 |
---|---|---|
committer | taruti <taruti@violetti.org> | 2011-05-23 14:01:15 +0000 |
commit | f34231e16a9780a1aa1b9fe5dad1776dd82caa44 (patch) | |
tree | f1620207d35233d67d323bf7226d8646b6898108 /sys/src/ape | |
parent | e124ba66c58b5811f9ca02b3bbdaae6a0612280e (diff) |
Fix mkfile from prev commit
Diffstat (limited to 'sys/src/ape')
-rw-r--r-- | sys/src/ape/cmd/mkfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/ape/cmd/mkfile b/sys/src/ape/cmd/mkfile index ad8b68d3e..c2a059751 100644 --- a/sys/src/ape/cmd/mkfile +++ b/sys/src/ape/cmd/mkfile @@ -64,6 +64,8 @@ mv.$O: mv.c $O.mv: mv.$O mk -f /sys/src/cmd/mkfile $O.mv +$BIN/%: %.rc + cp -x $stem.rc $BIN/$stem install.rc:V: $BIN/psh |