fix: make.ops takes a parameter
This commit is contained in:
parent
bdf6bc6f87
commit
884e02e822
|
@ -1,2 +1,2 @@
|
|||
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
|
||||
|
||||
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