From 53ec7d85a6036fe793a855b429a4e41bb119641e Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 18 Dec 2010 04:23:26 +0000 Subject: [PATCH] Build xcvs without -g. --- external/gpl2/xcvs/bin/xcvs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external/gpl2/xcvs/bin/xcvs/Makefile b/external/gpl2/xcvs/bin/xcvs/Makefile index c9bf3385e5a9..950689ced29f 100644 --- a/external/gpl2/xcvs/bin/xcvs/Makefile +++ b/external/gpl2/xcvs/bin/xcvs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2009/04/08 16:27:51 christos Exp $ +# $NetBSD: Makefile,v 1.2 2010/12/18 04:23:26 joerg Exp $ .include "${.CURDIR}/../../Makefile.inc" -CFLAGS+=-g + PROG= xcvs # So that cleandir works on case-insensitive file systems.