From: Han-Wen Nienhuys Date: Sat, 30 Dec 2006 16:36:21 +0000 (+0100) Subject: include .dep in dependency too. X-Git-Tag: release/2.11.6-1~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b0e84661a9c85182436501c539aac32040fcc9f3;p=lilypond.git include .dep in dependency too. --- diff --git a/buildscripts/mf-to-table.py b/buildscripts/mf-to-table.py index e8984600ae..c94d402e79 100644 --- a/buildscripts/mf-to-table.py +++ b/buildscripts/mf-to-table.py @@ -256,4 +256,5 @@ for filenm in files: if depfile_nm: write_deps (open (depfile_nm, 'wb'), deps, [base + '.log', base + '.dvi', base + '.pfa', - base + '.pfb', texfile_nm]) + depfile_nm, + base + '.pfb', texfile_nm])