From 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 21:39:35 +0000 Subject: 20060303 --- utils/cp/mkfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 utils/cp/mkfile (limited to 'utils/cp/mkfile') 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 -- cgit v1.2.3