diff options
-rw-r--r-- | games/xboard/files/patch-Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xboard/files/patch-Makefile.in b/games/xboard/files/patch-Makefile.in index 1e15e7cb82fa..ca9f5bcb62e7 100644 --- a/games/xboard/files/patch-Makefile.in +++ b/games/xboard/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sun Feb 13 05:07:24 2005 -+++ Makefile.in Sun Feb 13 05:10:35 2005 +--- Makefile.in.orig Sun Feb 29 17:40:14 2004 ++++ Makefile.in Sun Feb 29 17:40:20 2004 @@ -60,7 +60,7 @@ default: xboard zic2xpm -all: default pseudosource info FAQ html dvi ps -+all: default pseudosource info FAQ ++all: default pseudosource info FAQ html install: installdirs default $(INSTALL_PROGRAM) -s xboard $(bindir)/xboard |