From: Yann Dirson Date: Mon, 16 Dec 2013 21:52:53 +0000 (+0100) Subject: Fix ordering of include dirs. X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=deef27a5a5543f0af93848cdeacd3ce1782e7dcf;p=gnushogi.git Fix ordering of include dirs. Local headers first, then build dir, then src dir. --- diff --git a/gnushogi/Makefile.in b/gnushogi/Makefile.in index b4c3932..bd2c6a5 100644 --- a/gnushogi/Makefile.in +++ b/gnushogi/Makefile.in @@ -72,7 +72,7 @@ LCURSES = @LIBCURSES@ CC = @CC@ CWARNINGS = @WARNINGS@ CEXTRAFLAGS = @CEXTRAFLAGS@ -CFLAGS = @CFLAGS@ $(HASH) $(CEXTRAFLAGS) $(CWARNINGS) -I$(ROOT) -I@top_builddir@ -I. +CFLAGS = @CFLAGS@ $(HASH) $(CEXTRAFLAGS) $(CWARNINGS) -I. -I@top_builddir@ -I$(ROOT) LDFLAGS = @LDFLAGS@ # The hashfile is a record of positions seen. It is used by