diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ee/tools/templates/build.ninja.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ee/tools/templates/build.ninja.j2 b/src/ee/tools/templates/build.ninja.j2 index b9a65df..47a099f 100644 --- a/src/ee/tools/templates/build.ninja.j2 +++ b/src/ee/tools/templates/build.ninja.j2 @@ -76,10 +76,10 @@ build ee/sch.xml: kicad-make-bom $sch {%- endif %} {% for s in distributors %} # Supplier {{ s }} -build ee/{{ s }}/search-list.xml: pn-part-search-list ee/sch.xml +build ee/{{ s }}/pn-part-search-list.xml: pn-part-search-list ee/sch.xml supplier = {{ s }} -build ee/{{ s }}/downloaded.xml: {{ s }}-search-parts ee/{{ s }}/search-list.xml +build ee/{{ s }}/downloaded.xml: {{ s }}-search-parts ee/{{ s }}/pn-part-search-list.xml build ee/{{ s }}/parts.xml: {{ s }}-normalize-facts ee/{{ s }}/downloaded.xml |