From 51662375c5eff2da0f5b4fa1ef21453599840aec Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sat, 15 May 1999 10:41:15 +0000 Subject: [PATCH] Get include files from the current directory first. --- Make.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.rules.in b/Make.rules.in index d8b477fdba6..9c31ddb9d21 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -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@