X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2FMakefile.in;h=176454c3af12dea931d669a3990553fe2b9a3519;hb=1907f35d3370f971df16e40dec4135110386a84c;hp=f0c868407d87e5ea4b715b76e1d56d8fb152ab47;hpb=411d29916e5e7691271850a5f723e3b1f2d61721;p=gnushogi.git diff --git a/gnushogi/Makefile.in b/gnushogi/Makefile.in index f0c8684..176454c 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 @@ -94,7 +95,6 @@ BINBOOK = -DBINBOOK=\"$(LIBDIR)/$(PROGNAME).bbk\" # patterns may be described in order to support the correct order of moves. PATTERNFILE=$(ROOT)/misc/$(PROGNAME).pat -PATTERN = -DPATTERNFILE=\"$(PATTERNFILE)\" all: @@ -186,7 +186,7 @@ main.o: main.c # pattern textfile must be used. makepattern.o: makepattern.c - $(CC) $(CFLAGS) $(PATTERN) -c $< + $(CC) $(CFLAGS) -c $< pattern.o: pattern.c $(CC) $(CFLAGS) -c $< @@ -216,7 +216,7 @@ sizetest.o: sizetest.c $(CC) $(CFLAGS) -c $< pattern.inc: $(PATTERNFILE) pat2inc - ./pat2inc + ./pat2inc $< $@ # # Other targets.