From d43eb2d0e2a4af177cf5d18f6c65b33c677313ef Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 8 Jan 2000 22:23:43 +0000 Subject: [PATCH] Look for our header files first, then for systems headers. --- Make.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.rules.in b/Make.rules.in index a90115a0f47..ce878a8d3e1 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -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