Added -I. to includes
This commit is contained in:
parent
9e2e9cc6f7
commit
24c41e0d4d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ DEF =
|
||||||
MDIR = $(SRC_HOME)/mach/$(MACH)/as
|
MDIR = $(SRC_HOME)/mach/$(MACH)/as
|
||||||
|
|
||||||
FFLAG =
|
FFLAG =
|
||||||
INCL = -I$(CDIR) -I$(MDIR) -I$h $(DEF)
|
INCL = -I$(CDIR) -I$(MDIR) -I$h -I. $(DEF)
|
||||||
CFLAGS = $(FFLAG) $(INCL) $(COPTIONS)
|
CFLAGS = $(FFLAG) $(INCL) $(COPTIONS)
|
||||||
YFLAGS = -d
|
YFLAGS = -d
|
||||||
LDFLAGS = $(FFLAG) $(LDOPTIONS)
|
LDFLAGS = $(FFLAG) $(LDOPTIONS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue