From b85c3e12f4fbf2b3f16531972577b07acaae1d51 Mon Sep 17 00:00:00 2001 From: "Christoph M. Wintersteiger" Date: Tue, 2 Dec 2014 20:31:16 +0000 Subject: [PATCH] ML API build fix --- scripts/mk_util.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/mk_util.py b/scripts/mk_util.py index ad60fa1e1..d42e6af29 100644 --- a/scripts/mk_util.py +++ b/scripts/mk_util.py @@ -1379,10 +1379,6 @@ class MLComponent(Component): out.write('%s: %s\n' % (os.path.join(sub_dir,f),os.path.join(src_dir,f))) str = '\t%s %s %s\n' % (CP_CMD,os.path.join(src_dir,f),os.path.join(sub_dir,f)) out.write(str) - for f in filter(lambda f: f=='META', os.listdir(self.src_dir)): - out.write('%s: %s\n' % (os.path.join(sub_dir,f),os.path.join(src_dir,f))) - str = '\t%s %s %s\n' % (CP_CMD,os.path.join(src_dir,f),os.path.join(sub_dir,f)) - out.write(str) modules = ["z3enums", "z3native", "z3"] # dependencies in this order! prev = '' for m in modules: