projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Nuke the -finline-if-enough-args flag
[ghc-hetmet.git]
/
libraries
/
Makefile
1
dir = libraries
2
TOP = ..
3
SPEC_TARGETS = 1
4
include $(TOP)/mk/sub-makefile.mk
5
6
.PHONY: 1
7
1 :
8
+$(TOPMAKE) stage1_libs
9
10
.PHONY: extra-help
11
help : extra-help
12
extra-help :
13
@echo " make 1"
14
@echo
15
@echo " Build all libraries that are built by the stage1 GHC"
16
@echo