From b1e8c0320d855a0569243f7f88785ef8119b3789 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 18 Jul 2008 15:42:38 +0000 Subject: [PATCH] Add a comment --- utils/installPackage/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/installPackage/Makefile b/utils/installPackage/Makefile index 0f34de9..b5659f9 100644 --- a/utils/installPackage/Makefile +++ b/utils/installPackage/Makefile @@ -3,3 +3,7 @@ TOP=../.. include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/cabal.mk +# We should stop installPackage being installed itself, but we do need +# to build it with the stage1 compiler as we need to use it when +# installing. + -- 1.7.10.4