default_target should be "all", not "build"
authorSimon Marlow <simonmar@microsoft.com>
Wed, 20 Jun 2007 13:20:01 +0000 (13:20 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 20 Jun 2007 13:20:01 +0000 (13:20 +0000)
libraries/Makefile

index 85fbc77..8d9bd71 100644 (file)
@@ -22,7 +22,7 @@
 
 .PHONY: default_target
 
 
 .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)
 
 # 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)