From 2cade0e2fb9af0b3530e1b85109dc9bef30bd2af Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 14 Mar 2011 23:45:01 -0300 Subject: [PATCH] atben/Makefile: replace defective mlztx process with more robust cptx - Makefile (MLZTX, mlztx): fails to update fields that exist but have older content; removed - Makefile (CPTX, cptx): use more robust but less elegant cptx process for now --- atben/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/atben/Makefile b/atben/Makefile index dff0de2..18825a1 100644 --- a/atben/Makefile +++ b/atben/Makefile @@ -1,5 +1,5 @@ PLOT_BRD = pcbnew --plot=ps_a4 --ps-pads-drill-opt=none --fill-all-zones -MLZTX = ../../eda-tools/mlztx/mlztx +CPTX = ../../eda-tools/mlztx/cptx NAME = atben VERSION = 110314 @@ -33,8 +33,8 @@ back: $(NAME)-Back.ps # Copy text from front copper to front silk screen -mlztx: - $(MLZTX) -i $(NAME).brd 15 21 +cptx: + $(CPTX) -i $(NAME).brd 15 51950 30550 21 51950 30550 # --- Industrial production ---------------------------------------------------