From: H.G. Muller Date: Tue, 2 Feb 2010 18:02:28 +0000 (+0100) Subject: Remove stray dot from WinBoard makefiles X-Git-Tag: v4.4.3.20100220~19 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=e35056cf5734bd38cd401d390cdbe366ac6aadab Remove stray dot from WinBoard makefiles There was a period suffixed to config.h in the wgamelist.o dependency. Also wedittags.h was not listed in the makefile dependencies. --- diff --git a/winboard/makefile.gcc b/winboard/makefile.gcc index 7da66fd..893341d 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 wedittags.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 wgamelist.h ../lists.h $(call compile, $<) diff --git a/winboard/makefile.ms b/winboard/makefile.ms index 63030ce..9131ed7 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 wedittags.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 wgamelist.h ../lists.h $(CC) $(CFLAGS) wgamelist.c