From 7fdc3f2f145c0b2f4785b5efec522218d0080cf6 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Wed, 7 Dec 2011 13:13:22 +0100 Subject: [wx] Avoid missing wx_object behaviour warning Copy wx_object to bootstrap compiler --- Makefile.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index c88e967e36..648575e5fd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -695,6 +695,18 @@ tertiary_bootstrap_copy: cp $$x $$TF; \ true; \ done +# copy wx_object to remove undef behaviour warnings + for x in lib/wx/ebin/wx_object.beam; do \ + BN=`basename $$x`; \ + TF=$(BOOTSTRAP_ROOT)/bootstrap/lib/wx/ebin/$$BN; \ + test -f $$TF && \ + test '!' -z "`find $$x -newer $$TF -print`" && \ + cp $$x $$TF; \ + test '!' -f $$TF && \ + cp $$x $$TF; \ + true; \ + done + for x in lib/test_server/include/*.hrl; do \ BN=`basename $$x`; \ TF=$(BOOTSTRAP_ROOT)/bootstrap/lib/test_server/include/$$BN; \ -- cgit v1.2.3