diff options
author | Ian Lynagh <igloo@earth.li> | 2009-02-11 17:33:33 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-02-11 17:33:33 +0000 |
commit | c2a12c10ea6b96da9916119a618653513af15a33 (patch) | |
tree | 07e9b084af90d8955a3468ba3bd089c947736e55 /libraries | |
parent | e5a8d57c85d42007c8cc561e6d6b805c23603fc0 (diff) | |
download | haskell-c2a12c10ea6b96da9916119a618653513af15a33.tar.gz |
Add more targets to the list that we need to include all libraries for
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Makefile b/libraries/Makefile index 6954659ac4..46e90d943b 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 |