From 51f6e204a775dcbed8b0398060f4f6560d45e991 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 24 Aug 2009 07:53:01 -0700 Subject: unix: move Makefile so that it cannot be run accidentally --- unix/mkfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix/mkfile') diff --git a/unix/mkfile b/unix/mkfile index 42560bb5..d05b297c 100644 --- a/unix/mkfile +++ b/unix/mkfile @@ -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 -- cgit v1.2.3