From: H.G. Muller Date: Tue, 2 Feb 2010 18:02:28 +0000 (+0100) Subject: Remove stray dot from WinBoard makefiles X-Git-Tag: master-20100206~12 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=d96306c1c1f51ef97df048208d6d058ad7db86ef Remove stray dot from WinBoard makefiles There was a period suffixed to config.h in the wgamelist.o dependency. --- diff --git a/winboard/makefile.gcc b/winboard/makefile.gcc index 778883e..49bcede 100644 --- a/winboard/makefile.gcc +++ b/winboard/makefile.gcc @@ -117,7 +117,7 @@ wedittags.o: wedittags.c config.h ../common.h winboard.h resource.h ../frontend. ../backend.h ../lists.h $(call compile, $<) -wgamelist.o: wgamelist.c config.h. ../common.h winboard.h resource.h ../frontend.h \ +wgamelist.o: wgamelist.c config.h ../common.h winboard.h resource.h ../frontend.h \ ../backend.h ../lists.h $(call compile, $<) diff --git a/winboard/makefile.ms b/winboard/makefile.ms index 759139e..f577381 100644 --- a/winboard/makefile.ms +++ b/winboard/makefile.ms @@ -125,7 +125,7 @@ wedittags.obj: wedittags.c config.h ../common.h winboard.h resource.h ../fronten ../backend.h ../lists.h $(CC) $(CFLAGS) wedittags.c -wgamelist.obj: wgamelist.c config.h. ../common.h winboard.h resource.h ../frontend.h \ +wgamelist.obj: wgamelist.c config.h ../common.h winboard.h resource.h ../frontend.h \ ../backend.h ../lists.h $(CC) $(CFLAGS) wgamelist.c