From 8ab530baef6959f701f49321bec10462ac82cc58 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 13 Jul 1992 10:28:08 +0000 Subject: [PATCH] Fixed bug in UCFLAGS --- util/int/switch/proto.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/int/switch/proto.make b/util/int/switch/proto.make index b211484f1..e478b5965 100644 --- a/util/int/switch/proto.make +++ b/util/int/switch/proto.make @@ -4,7 +4,7 @@ SRC_DIR = $(SRC_HOME)/util/int/switch IP_SPEC = $(SRC_HOME)/etc/ip_spec.t -UCFLAGS = -I$(UTIL_HOME)/h $(COPTIONS) +UCFLAGS = -I$(UTIL_HOME)/h $(UCOPTIONS) ULDFLAGS = $(ULDOPTIONS) LINTFLAGS = -I$(UTIL_HOME)/h $(LINTOPTIONS) -- 2.34.1