From a01a4a9fd28da4a94f596f55696ff03ec6cebfc7 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 2 Dec 1991 12:01:04 +0000 Subject: [PATCH] Fixed typo --- first/util_comp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1