diff options
author | Björn Gustavsson <[email protected]> | 2018-03-21 10:04:02 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-03-21 10:04:02 +0100 |
commit | f975e76672a8faabe6e9652df7ad743f148ceeb3 (patch) | |
tree | 181db0e472017cf47ba2097427846384813b346b /lib/hipe/cerl/Makefile | |
parent | 21e71598fddd8483ff0b43eca0a101aa4e3c024a (diff) | |
parent | 307e9297fc23ff0ce5fe5c17e769f81c4b322a8b (diff) | |
download | otp-f975e76672a8faabe6e9652df7ad743f148ceeb3.tar.gz otp-f975e76672a8faabe6e9652df7ad743f148ceeb3.tar.bz2 otp-f975e76672a8faabe6e9652df7ad743f148ceeb3.zip |
Merge pull request #1721 from josevalim/jv-no-messagean
Remove unused cerl_messagean module
Diffstat (limited to 'lib/hipe/cerl/Makefile')
-rw-r--r-- | lib/hipe/cerl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/cerl/Makefile b/lib/hipe/cerl/Makefile index 9f50d6bf91..b6116c4276 100644 --- a/lib/hipe/cerl/Makefile +++ b/lib/hipe/cerl/Makefile @@ -44,7 +44,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/hipe-$(VSN) # Target Specs # ---------------------------------------------------- MODULES = cerl_cconv cerl_closurean cerl_hipeify cerl_lib \ - cerl_messagean cerl_pmatch cerl_prettypr cerl_to_icode \ + cerl_pmatch cerl_prettypr cerl_to_icode \ cerl_typean erl_bif_types erl_types HRL_FILES= cerl_hipe_primops.hrl |