diff options
author | Björn Gustavsson <[email protected]> | 2011-09-14 12:10:46 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-09-14 17:06:16 +0200 |
commit | d1242b0aea1078c91c4b35e07ab3b16b19248a84 (patch) | |
tree | 1218e05557be760de6a6ce3c466778af663de0d5 /lib | |
parent | 1c3815a194ce95f2d1fdabf58cbc7718a7d0a191 (diff) | |
download | otp-d1242b0aea1078c91c4b35e07ab3b16b19248a84.tar.gz otp-d1242b0aea1078c91c4b35e07ab3b16b19248a84.tar.bz2 otp-d1242b0aea1078c91c4b35e07ab3b16b19248a84.zip |
Remove lib/orber/include/* from the primary bootstrap
The include files for orber are included in the primary bootstrap,
probably for historical reasons. They are not needed there, because
no applications compiled in the secondary bootstrap need them.
Therefore, install the lib/orber/include/* in the bootstrap at
the end of the second bootstrap stage.
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 7f4c309da9..be86696ca3 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -83,7 +83,7 @@ endif ifdef BOOTSTRAP SUB_DIRECTORIES = \ - kernel stdlib compiler orber/include + kernel stdlib compiler else ifdef SECONDARY_BOOTSTRAP SUB_DIRECTORIES = hipe parsetools asn1/src |