aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2011-12-07 13:13:22 +0100
committerDan Gudmundsson <[email protected]>2011-12-09 14:53:03 +0100
commit7fdc3f2f145c0b2f4785b5efec522218d0080cf6 (patch)
treebe5593211df26cc9ca403322b1f69a000e5102c7 /lib/Makefile
parentebb2a4c2e9e01d59d8074bcda5c97f2c3b200d76 (diff)
downloadotp-7fdc3f2f145c0b2f4785b5efec522218d0080cf6.tar.gz
otp-7fdc3f2f145c0b2f4785b5efec522218d0080cf6.tar.bz2
otp-7fdc3f2f145c0b2f4785b5efec522218d0080cf6.zip
[wx] Avoid missing wx_object behaviour warning
Copy wx_object to bootstrap compiler
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 37e8ce06d7..402e73722a 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -76,7 +76,7 @@ else
SUB_DIRECTORIES = hipe parsetools asn1/src
else
ifdef TERTIARY_BOOTSTRAP
- SUB_DIRECTORIES = snmp sasl jinterface ic syntax_tools
+ SUB_DIRECTORIES = snmp sasl jinterface ic syntax_tools wx
else # Not bootstrap build
SUB_DIRECTORIES = $(ERTS_SUB_DIRECTORIES) $(OTHER_SUB_DIRECTORIES)
endif