From owner-svn-src-projects@FreeBSD.ORG Thu Nov 27 23:42:33 2014 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 534D76E8; Thu, 27 Nov 2014 23:42:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F7FCE94; Thu, 27 Nov 2014 23:42:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sARNgXXe029195; Thu, 27 Nov 2014 23:42:33 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sARNgX1F029194; Thu, 27 Nov 2014 23:42:33 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201411272342.sARNgX1F029194@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Garrett Cooper Date: Thu, 27 Nov 2014 23:42:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r275198 - projects/building-blocks/usr.bin/vi/catalog X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2014 23:42:33 -0000 Author: ngie Date: Thu Nov 27 23:42:32 2014 New Revision: 275198 URL: https://svnweb.freebsd.org/changeset/base/275198 Log: Use ${.TARGET} instead of hardcoding the name in the dump build rule Modified: projects/building-blocks/usr.bin/vi/catalog/Makefile Modified: projects/building-blocks/usr.bin/vi/catalog/Makefile ============================================================================== --- projects/building-blocks/usr.bin/vi/catalog/Makefile Thu Nov 27 23:10:03 2014 (r275197) +++ projects/building-blocks/usr.bin/vi/catalog/Makefile Thu Nov 27 23:42:32 2014 (r275198) @@ -101,7 +101,7 @@ english.base: dump ${SCAN} #Makefile dump: dump.c - ${CC} -o dump ${.ALLSRC} + ${CC} -o ${.TARGET} ${.ALLSRC} CLEANFILES+= dump ${CAT} english.base *.check __ck1 __ck2