From: ceriel Date: Mon, 2 Dec 1991 12:01:04 +0000 (+0000) Subject: Fixed typo X-Git-Tag: release-5-5~584 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a01a4a9fd28da4a94f596f55696ff03ec6cebfc7;p=ack.git Fixed typo --- diff --git a/first/util_comp b/first/util_comp index db13b2f13..37d011806 100644 --- a/first/util_comp +++ b/first/util_comp @@ -10,7 +10,7 @@ UCC=$(CC) #UCC=cc # compiler to be used -UCOPTION=$(COPTIONS) +UCOPTIONS=$(COPTIONS) #UCOPTIONS=-O # always passed to $(UCC) -c. ULDOPTIONS=$(LDOPTIONS)