From dca3ef63eeb9aaaa17b50bbb989562ce4a74bfce Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 21 May 2015 14:36:12 +0000 Subject: [PATCH] Remove stray DEBUG_FLAGS=-g that's been here since the initial import. --- cddl/usr.bin/ctfconvert/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/cddl/usr.bin/ctfconvert/Makefile b/cddl/usr.bin/ctfconvert/Makefile index 858f136370fd..b1dd8a231f81 100644 --- a/cddl/usr.bin/ctfconvert/Makefile +++ b/cddl/usr.bin/ctfconvert/Makefile @@ -3,8 +3,6 @@ .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/tools/ctf/common .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/tools/ctf/cvt -DEBUG_FLAGS= -g - PROG= ctfconvert SRCS= alist.c \ ctf.c \