Browse Source

fix: make.ops takes a parameter

ceriel 33 years ago
parent
commit
884e02e822
2 changed files with 2 additions and 2 deletions
  1. 1 1
      util/grind/Makefile
  2. 1 1
      util/grind/proto.make

+ 1 - 1
util/grind/Makefile

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

+ 1 - 1
util/grind/proto.make

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