From 730d2e18b02f7d208ac4c5ca540b88a896a295f4 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 16 Aug 2018 21:19:31 -0600 Subject: [PATCH] pcb-rnd.mk: remove use of project, add instantiation of project.lht --- pcb-rnd.mk | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pcb-rnd.mk b/pcb-rnd.mk index 28b8f1f..da4ea57 100644 --- a/pcb-rnd.mk +++ b/pcb-rnd.mk @@ -13,7 +13,7 @@ ifndef SCHEMATICS SCHEMATICS=$(PROJECT).sch endif -CONFIG=gafrc attribs project project.lht +CONFIG=gafrc attribs project.lht all: drc partslist partslist.csv pcb @@ -275,11 +275,6 @@ $(PROJECT)-big.pdf: $(PROJECT)-big.ps pdf: $(PROJECT)-sch.pdf $(PROJECT)-pcb.pdf $(PROJECT)-big.pdf -project: - (echo 'schematics $(SCHEMATICS)'; \ - echo 'output-name $(PROJECT)'; \ - echo 'skip-m4') > $@ - attribs: $(AM)/attribs cp $(AM)/attribs $@ @@ -288,5 +283,8 @@ gafrc: echo '(reset-component-library)'; \ echo '(load "../altusmetrum/gafrc")') > $@ +project.lht: $(AM)/lihata/project.lht + cp $(AM)/lihata/project.lht . + .gitignore: $(AM)/gitignore.in sed 's/@@PROJECT@@/$(PROJECT)/g' $(AM)/gitignore.in > .gitignore -- 2.47.2