X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2FMakefile.in;h=60d5c7b267490b53e37012e62027d5b345ea81e9;hb=ca6db121be811535ec9cd28a0fdcfe22c94a9b53;hp=9ceb4e9078c32d909cb5aa16334f4aff926f9ca0;hpb=cb4ec411aa1c818e5e8ac14e8cc31b3d4b87a546;p=gnushogi.git diff --git a/gnushogi/Makefile.in b/gnushogi/Makefile.in index 9ceb4e9..60d5c7b 100644 --- a/gnushogi/Makefile.in +++ b/gnushogi/Makefile.in @@ -3,6 +3,7 @@ # # Copyright (c) 1993, 1994 Matthias Mutz # Copyright (c) 1998, 1999 Michael Vanier and the Free Software Foundation +# Copyright (c) 2008, 2013, 2014 Yann Dirson and the Free Software Foundation # # GNU Shogi is based on GNU Chess # Copyright (c) 1992 Free Software Foundation @@ -32,7 +33,6 @@ # SHELL = /bin/sh -VERS = 1.3 INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -73,7 +73,7 @@ LCURSES = @LIBCURSES@ CC = @CC@ CWARNINGS = @WARNINGS@ CEXTRAFLAGS = @CEXTRAFLAGS@ -CFLAGS = @CFLAGS@ $(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 @@ -215,7 +215,7 @@ util.o: util.c # Files specific to particular targets. pat2inc.o: pat2inc.c - $(CC) $(CFLAGS) $(BINBOOK) $(PATTERN) -c $< + $(CC) $(CFLAGS) -c $< sizetest.o: sizetest.c $(CC) $(CFLAGS) -c $<