default_target should be "all", not "build"
[ghc-hetmet.git] / 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)