]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/regenMakefile.py
fixed bug in previous commit: WXTOPDIR not set
[wxWidgets.git] / build / bakefiles / regenMakefile.py
index 32d039abccfec930ca879a71b47e75bcdc457619..1d44cc05482eec635cb9f97e674a73f75aa0b39d 100755 (executable)
@@ -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)