diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-18 15:42:38 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-18 15:42:38 +0000 |
commit | b1e8c0320d855a0569243f7f88785ef8119b3789 (patch) | |
tree | 6beb481ac0b31157904b8eb307054f2d674c8bc8 | |
parent | 1e22c3c690238ef04908f7a5117b990710dce38f (diff) | |
download | haskell-b1e8c0320d855a0569243f7f88785ef8119b3789.tar.gz |
Add a comment
-rw-r--r-- | utils/installPackage/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/installPackage/Makefile b/utils/installPackage/Makefile index 0f34de9174..b5659f9c21 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. + |