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
|
||||
|
||||
FFLAG =
|
||||
INCL = -I$(CDIR) -I$(MDIR) -I$h $(DEF)
|
||||
INCL = -I$(CDIR) -I$(MDIR) -I$h -I. $(DEF)
|
||||
CFLAGS = $(FFLAG) $(INCL) $(COPTIONS)
|
||||
YFLAGS = -d
|
||||
LDFLAGS = $(FFLAG) $(LDOPTIONS)
|
||||
|
|
Loading…
Reference in a new issue