From bcbd8d8e5f42e11c68d36c601233b37afb2b11be Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 17 Jul 2008 15:04:53 +0000 Subject: [PATCH] Install the compiler during make install For now we always install stage 2 --- ghc/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ghc/Makefile b/ghc/Makefile index 4bf9ac9..4b3e05c 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -94,6 +94,15 @@ build.stage.%: --distpref dist-stage$* \ $(INSTALL_FLAGS) +# XXX For now we always install the stage 2 compiler +install: + $(INSTALL_PACKAGE) install UNUSED UNUSED '$(DESTDIR)' '$(prefix)' \ + '$(prefix)' '$(bindir)' '$(libdir)' \ + '$(libexecdir)' '$(dynlibdir)' '$(datadir)' \ + '$(docdir)' '$(htmldir)' '$(haddockdir)' \ + --distpref dist-stage2 \ + $(INSTALL_FLAGS) + # XXX fix: #binary-dist: # $(INSTALL_DIR) $(BIN_DIST_DIR)/utils/hsc2hs -- 1.7.10.4