From: Simon Marlow Date: Wed, 20 Jun 2007 13:20:01 +0000 (+0000) Subject: default_target should be "all", not "build" X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ae1d4548d997731878e8c1220fc996a79f47a3e3 default_target should be "all", not "build" --- diff --git a/libraries/Makefile b/libraries/Makefile index 85fbc77..8d9bd71 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -22,7 +22,7 @@ .PHONY: default_target -default_target: build +default_target: all # make doesn't give us an easy way to get the libraries built in # dependency order the first time, but not rebuild base (for example)