Fixed bug in UCFLAGS
This commit is contained in:
parent
d58d691472
commit
8ab530baef
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue