fix: make.ops takes a parameter

This commit is contained in:
ceriel 1991-09-13 15:09:38 +00:00
parent bdf6bc6f87
commit 884e02e822
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
distr:
make.ops < operators.ot
make.ops operators.ot

View file

@ -183,4 +183,4 @@ chtab.c: $(SRC_DIR)/char.ct
$(TABGEN) -f$(SRC_DIR)/char.ct >chtab.c
ops.c ops.h: $(SRC_DIR)/operators.ot $(SRC_DIR)/make.ops
$(SRC_DIR)/make.ops < $(SRC_DIR)/operators.ot
$(SRC_DIR)/make.ops $(SRC_DIR)/operators.ot