From d96306c1c1f51ef97df048208d6d058ad7db86ef Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Tue, 2 Feb 2010 19:02:28 +0100 Subject: [PATCH] Remove stray dot from WinBoard makefiles There was a period suffixed to config.h in the wgamelist.o dependency. --- winboard/makefile.gcc | 2 +- winboard/makefile.ms | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.0.4