From db07129bed4795836f251e5a3f69dab8735e5d03 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Fri, 23 Jul 1999 11:07:02 +0000 Subject: [PATCH] - Added "-p" option to the script. --- .../include/CGAL/Arithmetic_filter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages/Interval_arithmetic/include/CGAL/Arithmetic_filter/Makefile b/Packages/Interval_arithmetic/include/CGAL/Arithmetic_filter/Makefile index f196b1beaae..e2c1b092e38 100644 --- a/Packages/Interval_arithmetic/include/CGAL/Arithmetic_filter/Makefile +++ b/Packages/Interval_arithmetic/include/CGAL/Arithmetic_filter/Makefile @@ -19,10 +19,10 @@ OBJECTS = predicates_on_ftC2.h \ #### Don't touch below. % :: $(CGAL)/include/CGAL/% $(SCRIPT) - $(SCRIPT) < $< > $@ + $(SCRIPT) -p < $< > $@ predicates/% : $(CGAL)/include/CGAL/predicates/% $(SCRIPT) - $(SCRIPT) < $< > $@ + $(SCRIPT) -p < $< > $@ all: $(OBJECTS)