From: Eric Mullins Date: Tue, 14 Jul 2009 04:35:17 +0000 (-0600) Subject: Cleaned up garbage left behind from my makefile update. X-Git-Tag: v4.4.0.beta1~7 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=44ff1187b7efcde0643a5ec98af3ac73a49846a1 Cleaned up garbage left behind from my makefile update. --- diff --git a/winboard/makefile.gcc b/winboard/makefile.gcc index aea08d9..7e7b820 100644 --- a/winboard/makefile.gcc +++ b/winboard/makefile.gcc @@ -12,7 +12,6 @@ OBJS=backend.o book.o gamelist.o lists.o moves.o pgntags.o uci.o zippy.o\ # make compiling less spammy compile = @echo "$1"; $(CC) $(CFLAGS) $1 -compile = $(CC) $(CFLAGS) $1 # Debugging?