Remove stray dot from WinBoard makefiles
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 2 Feb 2010 18:02:28 +0000 (19:02 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 4 Feb 2010 22:17:21 +0000 (23:17 +0100)
There was a period suffixed to config.h in the wgamelist.o dependency.

winboard/makefile.gcc
winboard/makefile.ms

index 778883e..49bcede 100644 (file)
@@ -117,7 +117,7 @@ wedittags.o: wedittags.c config.h ../common.h winboard.h resource.h ../frontend.
        ../backend.h ../lists.h\r
        $(call compile, $<)\r
 \r
-wgamelist.o: wgamelist.c config.h. ../common.h winboard.h resource.h ../frontend.h \\r
+wgamelist.o: wgamelist.c config.h ../common.h winboard.h resource.h ../frontend.h \\r
        ../backend.h ../lists.h\r
        $(call compile, $<)\r
 \r
index 759139e..f577381 100644 (file)
@@ -125,7 +125,7 @@ wedittags.obj: wedittags.c config.h ../common.h winboard.h resource.h ../fronten
         ../backend.h ../lists.h\r
         $(CC) $(CFLAGS) wedittags.c\r
 \r
-wgamelist.obj: wgamelist.c config.h. ../common.h winboard.h resource.h ../frontend.h \\r
+wgamelist.obj: wgamelist.c config.h ../common.h winboard.h resource.h ../frontend.h \\r
         ../backend.h ../lists.h\r
         $(CC) $(CFLAGS) wgamelist.c\r
 \r