From: Ian Lynagh Date: Wed, 11 Feb 2009 17:33:33 +0000 (+0000) Subject: Add more targets to the list that we need to include all libraries for X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c2a12c10ea6b96da9916119a618653513af15a33;ds=sidebyside Add more targets to the list that we need to include all libraries for --- diff --git a/libraries/Makefile b/libraries/Makefile index 6954659..46e90d9 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -48,7 +48,7 @@ endif ifeq "$(stage)" "2" DO_STAGE_2_LIBS := YES endif -ifneq "$(filter install clean,$(MAKECMDGOALS))" "" +ifneq "$(filter install clean maintainer-clean distclean binary-dist,$(MAKECMDGOALS))" "" DO_STAGE_1_LIBS := YES DO_STAGE_2_LIBS := YES endif