mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-19 08:30:38 +02:00
Corrected build rule for .equ files in boom/dist/dk/
- boom/dist/dk/Makefile: use pattern rule for .equ, so that we can have it in a different directory than the .catq file
This commit is contained in:
parent
df88430d48
commit
58bca0e24e
4
boom/dist/dk/Makefile
vendored
4
boom/dist/dk/Makefile
vendored
@ -1,7 +1,7 @@
|
|||||||
CACHE = query.data
|
CACHE = query.data
|
||||||
EQUS = panasonic-erj stackpole-rmcf
|
EQUS = panasonic-erj stackpole-rmcf
|
||||||
|
|
||||||
.SUFFIXES: .catq .equ
|
.PHONY: all
|
||||||
|
|
||||||
all: db/digi-key.dsc db/digi-key.inv
|
all: db/digi-key.dsc db/digi-key.inv
|
||||||
|
|
||||||
@ -23,5 +23,5 @@ db/digi-key.inv: $(CACHE)
|
|||||||
perl ./dk-db.pl inv $< >$@ || \
|
perl ./dk-db.pl inv $< >$@ || \
|
||||||
{ rm -f $@; exit 1; }
|
{ rm -f $@; exit 1; }
|
||||||
|
|
||||||
.catq.equ:
|
db/%.equ: %.catq
|
||||||
perl ./dk-catq.pl $< >$@ || { rm -rf $@; exit 1; }
|
perl ./dk-catq.pl $< >$@ || { rm -rf $@; exit 1; }
|
||||||
|
Loading…
Reference in New Issue
Block a user