From ae1d4548d997731878e8c1220fc996a79f47a3e3 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 20 Jun 2007 13:20:01 +0000 Subject: [PATCH 1/1] default_target should be "all", not "build" --- libraries/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4