X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31009f332b4f34026b5ed918daab76a5a765afa7..5646c3f82d3f1b1ed8c2635f1ee86f81f715f896:/build/bakefiles/regenMakefile.py diff --git a/build/bakefiles/regenMakefile.py b/build/bakefiles/regenMakefile.py index 32d039abcc..1d44cc0548 100755 --- a/build/bakefiles/regenMakefile.py +++ b/build/bakefiles/regenMakefile.py @@ -44,7 +44,7 @@ def addMakefile(bake, makedirs, deps=[], args={}): makedir = makedirs['all'] tfile = '%s/%s' % (makedir, make) lines.append('%s: %s' % (tfile, dep)) - lines.append('\t$(BAKEFILE) -f%s -o$@ %s' % (format, bake)) + lines.append('\t$(BAKEFILE) -f%s -o$@ %s %s' % (format, a, bake)) lines.append('\ttouch $@') if format not in all: all[format] = [] all[format].append(tfile)