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)
committerArun Persaud <arun@nubati.net>
Sat, 6 Feb 2010 05:21:42 +0000 (21:21 -0800)
There was a period suffixed to config.h in the wgamelist.o dependency.
Also wedittags.h was not listed in the makefile dependencies.

winboard/makefile.gcc
winboard/makefile.ms

index 7da66fd..893341d 100644 (file)
@@ -117,7 +117,7 @@ wedittags.o: wedittags.c config.h ../common.h winboard.h resource.h ../frontend.
        ../backend.h ../lists.h wedittags.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 wgamelist.h ../lists.h\r
        $(call compile, $<)\r
 \r
index 63030ce..9131ed7 100644 (file)
@@ -125,7 +125,7 @@ wedittags.obj: wedittags.c config.h ../common.h winboard.h resource.h ../fronten
         ../backend.h ../lists.h wedittags.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 wgamelist.h ../lists.h\r
         $(CC) $(CFLAGS) wgamelist.c\r
 \r