Look for our header files first, then for systems headers.
This commit is contained in:
parent
6e8fe72edf
commit
d43eb2d0e2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ LEXLIB = @LEXLIB@
|
|||
RANLIB = @RANLIB@
|
||||
LN_S = @LN_S@
|
||||
DIVINCL = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include
|
||||
ALLCFLAGS = $(CFLAGS) $(DEFS) $(OPTIONS) $(DIVINCL) $(X_CFLAGS)
|
||||
ALLCFLAGS = $(DIVINCL) $(CFLAGS) $(DEFS) $(OPTIONS) $(X_CFLAGS)
|
||||
LDCOMBINE = ld -r
|
||||
LDSHARED = @LDSHARED@
|
||||
AR = ar rc
|
||||
|
|
Loading…
Add table
Reference in a new issue