diff options
author | Björn Gustavsson <[email protected]> | 2012-12-19 13:41:38 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-01-22 19:20:12 +0100 |
commit | a822c4a25d9855381632c124ed8ca0882a792e96 (patch) | |
tree | 912c305fb3d92eeec5571071d74982a2276888fc /lib/asn1/src/Makefile | |
parent | eb764d6980aa7ad5ce03436c77e17e32a5dfdd81 (diff) | |
download | otp-a822c4a25d9855381632c124ed8ca0882a792e96.tar.gz otp-a822c4a25d9855381632c124ed8ca0882a792e96.tar.bz2 otp-a822c4a25d9855381632c124ed8ca0882a792e96.zip |
Remove the unused run-time modules
Diffstat (limited to 'lib/asn1/src/Makefile')
-rw-r--r-- | lib/asn1/src/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/asn1/src/Makefile b/lib/asn1/src/Makefile index 398b4f6f9d..b1500d9ea6 100644 --- a/lib/asn1/src/Makefile +++ b/lib/asn1/src/Makefile @@ -69,20 +69,7 @@ CT_MODULES= \ RT_MODULES= \ asn1rt \ - asn1rt_ber_bin \ - asn1rt_ber_bin_v2 \ - asn1rt_per_bin_rt2ct \ - asn1rt_uper_bin \ - asn1rt_check \ asn1rt_nif -# asn1_sup \ -# asn1_app \ -# asn1_server - - -# the rt module to use is defined in asn1_records.hrl -# and must be updated when an incompatible change is done in the rt modules - MODULES= $(CT_MODULES) $(RT_MODULES) |