From: ceriel Date: Fri, 13 Sep 1991 15:09:38 +0000 (+0000) Subject: fix: make.ops takes a parameter X-Git-Tag: release-5-5~888 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=884e02e822c2714d196a10ef0377a38a59dda836;p=ack.git fix: make.ops takes a parameter --- diff --git a/util/grind/Makefile b/util/grind/Makefile index e90d34d68..f79ae92bf 100644 --- a/util/grind/Makefile +++ b/util/grind/Makefile @@ -1,2 +1,2 @@ distr: - make.ops < operators.ot + make.ops operators.ot diff --git a/util/grind/proto.make b/util/grind/proto.make index 6b08c8dbd..fb52699a6 100644 --- a/util/grind/proto.make +++ b/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