From 2e947a5e915a08119bc9f3e42668bb0bb0404139 Mon Sep 17 00:00:00 2001 From: keie Date: Tue, 15 Oct 1985 15:47:12 +0000 Subject: [PATCH] BSD4.3 size returns an error when it cannot find one of its arguments. --- util/opt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/opt/Makefile b/util/opt/Makefile index e2c5e1dc2..ed067c942 100644 --- a/util/opt/Makefile +++ b/util/opt/Makefile @@ -29,7 +29,7 @@ cmp : opt cmp opt ../../lib/em_opt install:opt - size opt ../../lib/em_opt + -size opt ../../lib/em_opt cp opt ../../lib/em_opt pattern.c: patterns mktab -- 2.34.1