fix: make.ops takes a parameter
This commit is contained in:
parent
bdf6bc6f87
commit
884e02e822
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
distr:
|
distr:
|
||||||
make.ops < operators.ot
|
make.ops operators.ot
|
||||||
|
|
|
@ -183,4 +183,4 @@ chtab.c: $(SRC_DIR)/char.ct
|
||||||
$(TABGEN) -f$(SRC_DIR)/char.ct >chtab.c
|
$(TABGEN) -f$(SRC_DIR)/char.ct >chtab.c
|
||||||
|
|
||||||
ops.c ops.h: $(SRC_DIR)/operators.ot $(SRC_DIR)/make.ops
|
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
|
||||||
|
|
Loading…
Reference in a new issue