From d84cd8ee9c51971decc8749c983519c1a6420ffb Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 2 Sep 2004 03:04:39 +0000 Subject: [PATCH] actually print --- pcb/Makefile | 2 +- pic.make | 2 +- spice/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pcb/Makefile b/pcb/Makefile index 3e1aab6..61b0d01 100644 --- a/pcb/Makefile +++ b/pcb/Makefile @@ -57,7 +57,7 @@ OPRINTS= %.oprint-copper.ps \ pcboprints: reversers.oprints-l detectors.oprints-l %.oprints-lpr: %.oprints-l - set -e; for f in `cat $^`; do echo lpr $$f; done + set -e; for f in `cat $^`; do lpr $$f; done %.distilled.ps: %.ps ps2ps $< $@ diff --git a/pic.make b/pic.make index 3e1aab6..61b0d01 100644 --- a/pic.make +++ b/pic.make @@ -57,7 +57,7 @@ OPRINTS= %.oprint-copper.ps \ pcboprints: reversers.oprints-l detectors.oprints-l %.oprints-lpr: %.oprints-l - set -e; for f in `cat $^`; do echo lpr $$f; done + set -e; for f in `cat $^`; do lpr $$f; done %.distilled.ps: %.ps ps2ps $< $@ diff --git a/spice/Makefile b/spice/Makefile index 3e1aab6..61b0d01 100644 --- a/spice/Makefile +++ b/spice/Makefile @@ -57,7 +57,7 @@ OPRINTS= %.oprint-copper.ps \ pcboprints: reversers.oprints-l detectors.oprints-l %.oprints-lpr: %.oprints-l - set -e; for f in `cat $^`; do echo lpr $$f; done + set -e; for f in `cat $^`; do lpr $$f; done %.distilled.ps: %.ps ps2ps $< $@ -- 2.30.2