diff options
Diffstat (limited to 'utils/cp/mkfile')
| -rw-r--r-- | utils/cp/mkfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/utils/cp/mkfile b/utils/cp/mkfile new file mode 100644 index 00000000..722c269e --- /dev/null +++ b/utils/cp/mkfile @@ -0,0 +1,22 @@ +<../../mkconfig + +TARG=cp + +OFILES= cp.$O\ + +HFILES= + +LIBS=9 + +BIN=$ROOT/$OBJDIR/bin + +<$ROOT/mkfiles/mkone-$SHELLTYPE + +# +# override install so that cp doesn't try to copy onto itself +# + +$BIN/%: $O.out + cp $target cpx.exe + ./cpx $O.out $target + rm cpx.exe |
