From: simonmar Date: Wed, 17 Jan 2001 10:14:40 +0000 (+0000) Subject: [project @ 2001-01-17 10:14:40 by simonmar] X-Git-Tag: Approximately_9120_patches~2875 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f8b78fd2506328885be10cf7736a74b5233e3230 [project @ 2001-01-17 10:14:40 by simonmar] more wibbles --- diff --git a/Makefile b/Makefile index 6b4bd42..1a6c7f5 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ project-check : # ----------------------------------------------------------------------------- # Make sure configure is up-to-date -all boot :: configure +all install dist binary-dist :: configure configure :: configure.in @echo "WARNING: configure needs to be regenerated. Type" @echo " make -f Makefile.config ./configure" @@ -236,8 +236,11 @@ binary-dist:: # # Do it like this: # -# $ make boot +# $ make # $ make dist Project=Ghc +# +# WARNING: `make dist' calls `make distclean' before tarring up the tree. +# .PHONY: dist