Fixed bug in UCFLAGS

This commit is contained in:
ceriel 1992-07-13 10:28:08 +00:00
parent a9cd7ac30d
commit f3ceea65f0

View File

@ -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)