projects
/
gnushogi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9877df6
)
Fix ordering of include dirs.
author
Yann Dirson
<ydirson@free.fr>
Mon, 16 Dec 2013 21:52:53 +0000 (22:52 +0100)
committer
Yann Dirson
<ydirson@free.fr>
Mon, 16 Dec 2013 21:54:55 +0000 (22:54 +0100)
Local headers first, then build dir, then src dir.
gnushogi/Makefile.in
patch
|
blob
|
history
diff --git
a/gnushogi/Makefile.in
b/gnushogi/Makefile.in
index
b4c3932
..
bd2c6a5
100644
(file)
--- 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