unix: move Makefile so that it cannot be run accidentally

This commit is contained in:
Russ Cox 2009-08-24 07:53:01 -07:00
parent bf93068686
commit 51f6e204a7
2 changed files with 1 additions and 1 deletions

View file

@ -58,7 +58,7 @@ mk-with-libs.tgz:V:
mkdir zot
mv libutf libfmt libbio libregexp mk zot
mv zot mk
cp Makefile mk/Makefile
cp make/Makefile.all mk/Makefile
tar cf - mk | gzip > $target
rm -r mk