From: ceriel Date: Mon, 13 Jul 1992 10:28:08 +0000 (+0000) Subject: Fixed bug in UCFLAGS X-Git-Tag: release-5-5~424 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8ab530baef6959f701f49321bec10462ac82cc58;p=ack.git Fixed bug in UCFLAGS --- 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)