diff options
author | Kostis Sagonas <[email protected]> | 2010-02-10 10:57:33 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-02-14 12:23:03 +0100 |
commit | cdd3a82020d7c6d0d9a3fe35469d66809685ddf5 (patch) | |
tree | 5288101e40192e04104dcc868acec57bacbf4761 /lib/hipe | |
parent | eab3576f33ec8c8fa5302bc07f55c20ffc9e51b0 (diff) | |
download | otp-cdd3a82020d7c6d0d9a3fe35469d66809685ddf5.tar.gz otp-cdd3a82020d7c6d0d9a3fe35469d66809685ddf5.tar.bz2 otp-cdd3a82020d7c6d0d9a3fe35469d66809685ddf5.zip |
hipe: Miscellaneous additions
Diffstat (limited to 'lib/hipe')
-rw-r--r-- | lib/hipe/Makefile | 2 | ||||
-rw-r--r-- | lib/hipe/flow/Makefile | 1 | ||||
-rw-r--r-- | lib/hipe/vsn.mk | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/lib/hipe/Makefile b/lib/hipe/Makefile index 54efd7fcaf..6682c9aac0 100644 --- a/lib/hipe/Makefile +++ b/lib/hipe/Makefile @@ -37,6 +37,8 @@ else SUB_DIRECTORIES = $(ALWAYS_SUBDIRS) endif +include native.mk + # # Default Subdir Targets # diff --git a/lib/hipe/flow/Makefile b/lib/hipe/flow/Makefile index 91dcfda6f5..02f610587b 100644 --- a/lib/hipe/flow/Makefile +++ b/lib/hipe/flow/Makefile @@ -105,4 +105,5 @@ release_spec: opt release_docs_spec: $(EBIN)/hipe_bb.beam: hipe_bb.hrl +$(EBIN)/hipe_dominators.beam: cfg.hrl $(EBIN)/hipe_gen_cfg.beam: cfg.hrl cfg.inc ../main/hipe.hrl diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk index c75ac5efe7..129718a305 100644 --- a/lib/hipe/vsn.mk +++ b/lib/hipe/vsn.mk @@ -1 +1 @@ -HIPE_VSN = 3.7.4 +HIPE_VSN = 3.7.5 |