- Added "-p" option to the script.

This commit is contained in:
Sylvain Pion 1999-07-23 11:07:02 +00:00
parent 54de6d8d97
commit db07129bed
1 changed files with 2 additions and 2 deletions

View File

@ -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)