Module Name:    src
Committed By:   mrg
Date:           Fri May 31 01:50:25 UTC 2013

Modified Files:
        src/external/mit/xorg/bin/xfs: Makefile

Log Message:
remove cache.c from SRCS list for xfs 1.1.3


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/mit/xorg/bin/xfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/bin/xfs/Makefile
diff -u src/external/mit/xorg/bin/xfs/Makefile:1.8 src/external/mit/xorg/bin/xfs/Makefile:1.9
--- src/external/mit/xorg/bin/xfs/Makefile:1.8	Sun Nov 21 02:33:41 2010
+++ src/external/mit/xorg/bin/xfs/Makefile	Fri May 31 01:50:25 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2010/11/21 02:33:41 mrg Exp $
+#	$NetBSD: Makefile,v 1.9 2013/05/31 01:50:25 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -9,7 +9,7 @@ XFSDIR= ${X11SRCDIR.${PROG}}
 .PATH:	${XFSDIR}/man
 
 .PATH:	${XFSDIR}/difs
-SRCS=	atom.c cache.c charinfo.c difsutils.c dispatch.c events.c \
+SRCS=	atom.c charinfo.c difsutils.c dispatch.c events.c \
 	extensions.c fontinfo.c fonts.c globals.c initfonts.c main.c \
 	resource.c swaprep.c swapreq.c tables.c
 

Reply via email to