Fixed bug in UCFLAGS
This commit is contained in:
parent
d58d691472
commit
8ab530baef
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
SRC_DIR = $(SRC_HOME)/util/int/switch
|
SRC_DIR = $(SRC_HOME)/util/int/switch
|
||||||
IP_SPEC = $(SRC_HOME)/etc/ip_spec.t
|
IP_SPEC = $(SRC_HOME)/etc/ip_spec.t
|
||||||
UCFLAGS = -I$(UTIL_HOME)/h $(COPTIONS)
|
UCFLAGS = -I$(UTIL_HOME)/h $(UCOPTIONS)
|
||||||
ULDFLAGS = $(ULDOPTIONS)
|
ULDFLAGS = $(ULDOPTIONS)
|
||||||
LINTFLAGS = -I$(UTIL_HOME)/h $(LINTOPTIONS)
|
LINTFLAGS = -I$(UTIL_HOME)/h $(LINTOPTIONS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue