Fixed bug in UCFLAGS

This commit is contained in:
ceriel 1992-07-13 10:28:08 +00:00
parent d58d691472
commit 8ab530baef

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)