diff options
author | Magnus Lång <[email protected]> | 2017-03-16 15:50:09 +0100 |
---|---|---|
committer | Magnus Lång <[email protected]> | 2017-03-16 20:49:42 +0100 |
commit | f9263b9173905d4e7a53350d4f374c5020c52738 (patch) | |
tree | cba9154b11431bebe0cc53ec0da9728831f14e4c /lib/hipe/util/Makefile | |
parent | e547ffd572e41178e6b513a4a9b84fdf5c557b98 (diff) | |
download | otp-f9263b9173905d4e7a53350d4f374c5020c52738.tar.gz otp-f9263b9173905d4e7a53350d4f374c5020c52738.tar.bz2 otp-f9263b9173905d4e7a53350d4f374c5020c52738.zip |
hipe: Extract disjoint sets to its own module
Diffstat (limited to 'lib/hipe/util/Makefile')
-rw-r--r-- | lib/hipe/util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/util/Makefile b/lib/hipe/util/Makefile index 04de7f7823..eeb81ac482 100644 --- a/lib/hipe/util/Makefile +++ b/lib/hipe/util/Makefile @@ -48,7 +48,7 @@ HIPE_MODULES = hipe_vectors else HIPE_MODULES = endif -MODULES = hipe_timing hipe_dot hipe_digraph $(HIPE_MODULES) +MODULES = hipe_timing hipe_dot hipe_digraph hipe_dsets $(HIPE_MODULES) HRL_FILES= ERL_FILES= $(MODULES:%=%.erl) |