[project @ 2001-01-17 10:14:40 by simonmar]
authorsimonmar <unknown>
Wed, 17 Jan 2001 10:14:40 +0000 (10:14 +0000)
committersimonmar <unknown>
Wed, 17 Jan 2001 10:14:40 +0000 (10:14 +0000)
more wibbles

Makefile

index 6b4bd42..1a6c7f5 100644 (file)
--- 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