Get include files from the current directory first.
This commit is contained in:
parent
d7c565f5de
commit
51662375c5
|
@ -30,7 +30,7 @@ LEX = @LEX@
|
|||
LEXLIB = @LEXLIB@
|
||||
RANLIB = @RANLIB@
|
||||
LN_S = @LN_S@
|
||||
DIVINCL = -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include -I$(SRCDIR) -I.
|
||||
DIVINCL = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include
|
||||
ALLCFLAGS = $(CFLAGS) $(DEFS) $(OPTIONS) $(DIVINCL) $(X_CFLAGS)
|
||||
LDCOMBINE = ld -r
|
||||
LDSHARED = @LDSHARED@
|
||||
|
|
Loading…
Reference in New Issue