X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2FMakefile.profile.in;h=ec8b7b5fd4f3521da87e293d187df49533fa7bb3;hb=a2013afc0b48b5438b7c24ade0ab2dc8979ec3ec;hp=406b2892c37598a689139cbe6b3c92af2d7780e3;hpb=9009c8ba46a421e738d3ea57564e2df44dcaf3c5;p=gnushogi.git diff --git a/gnushogi/Makefile.profile.in b/gnushogi/Makefile.profile.in index 406b289..ec8b7b5 100644 --- a/gnushogi/Makefile.profile.in +++ b/gnushogi/Makefile.profile.in @@ -11,8 +11,8 @@ # # GNU Shogi is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either ../version 3 of the License, or (at your option) -# any later ../version. +# the Free Software Foundation; either version 3 of the License, or (at your option) +# any later version. # # GNU Shogi is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -119,7 +119,6 @@ COMMONFILES = \ pattern.o \ rawdsp.o \ search.o \ - sysdeps.o \ tcontrl.o \ util.o @@ -194,9 +193,6 @@ rawdsp.o: search.o: $(CC) $(CFLAGS) -c search.c -sysdeps.o: - $(CC) $(CFLAGS) -c sysdeps.c - tcontrl.o: $(CC) $(CFLAGS) -c tcontrl.c @@ -280,7 +276,6 @@ makepattern.o: pattern.c gnushogi.h pattern.h pattern.o: pattern.c gnushogi.h pattern.h pattern.inc rawdsp.o: rawdsp.c gnushogi.h ../version.h search.o: search.c gnushogi.h ../version.h -sysdeps.o: sysdeps.c gnushogi.h ../version.h tcontrl.o: tcontrl.c gnushogi.h ../version.h util.o: util.c gnushogi.h ../version.h pat2inc.o: pat2inc.c pattern.h gnushogi.h