Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/bin/x11perf Add missing CLEANFILES+=x11per...



details:   https://anonhg.NetBSD.org/src/rev/d3e91cd0b600
branches:  trunk
changeset: 771438:d3e91cd0b600
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Nov 20 21:02:23 2011 +0000

description:
Add missing CLEANFILES+=x11perfcomp

diffstat:

 external/mit/xorg/bin/x11perf/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0567229128e9 -r d3e91cd0b600 external/mit/xorg/bin/x11perf/Makefile
--- a/external/mit/xorg/bin/x11perf/Makefile    Sun Nov 20 19:41:27 2011 +0000
+++ b/external/mit/xorg/bin/x11perf/Makefile    Sun Nov 20 21:02:23 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2011/08/03 02:55:30 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2011/11/20 21:02:23 dholland Exp $
 
 .include <bsd.own.mk>
 
@@ -24,6 +24,8 @@
 SCRIPTSDIR_perfboth.sh=        ${X11LIBDIR}/x11perfcomp
 SCRIPTSDIR_perfratio.sh=${X11LIBDIR}/x11perfcomp
 
+CLEANFILES+=   x11perfcomp
+
 LDADD+=        -lXft -lfontconfig -lfreetype -lexpat -lXrender
 DPADD+=        ${LIBXFT} ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT} ${LIBXRENDER}
 LDADD+=        -lXmuu -lXt -lSM -lICE -lXext -lX11 -lm



Home | Main Index | Thread Index | Old Index