diff options
author | Rickard Green <[email protected]> | 2018-07-11 16:00:15 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-07-12 15:30:37 +0200 |
commit | f5814f7b40b1d91527d797cada8202d7004e7c24 (patch) | |
tree | 01d0b586a62465425cd40ef12fe0f4f5099cf178 /lib | |
parent | a0ae44f324576104760a63fe6cf63e0ca31756fc (diff) | |
download | otp-f5814f7b40b1d91527d797cada8202d7004e7c24.tar.gz otp-f5814f7b40b1d91527d797cada8202d7004e7c24.tar.bz2 otp-f5814f7b40b1d91527d797cada8202d7004e7c24.zip |
Provide build support for standalone corba repo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 0053238826..cdb3f3f3dc 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -58,7 +58,7 @@ else SUB_DIRECTORIES = hipe parsetools asn1/src else ifdef TERTIARY_BOOTSTRAP - SUB_DIRECTORIES = snmp sasl jinterface ic syntax_tools wx + SUB_DIRECTORIES = snmp sasl jinterface syntax_tools wx else ifdef DOC_BOOTSTRAP SUB_DIRECTORIES = xmerl edoc erl_docgen |