From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id oATKlcvZ215495 for ; Mon, 29 Nov 2010 14:47:38 -0600 Subject: Re: [PATCH] xfsdump: fix xfs_invutil dependency generation From: Alex Elder In-Reply-To: <20101129163424.GA22014@sgi.com> References: <20101129163424.GA22014@sgi.com> Date: Mon, 29 Nov 2010 14:48:57 -0600 Message-ID: <1291063737.2425.13.camel@doink> Mime-Version: 1.0 Reply-To: aelder@sgi.com List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Bill Kendall Cc: xfs@oss.sgi.com On Mon, 2010-11-29 at 10:34 -0600, Bill Kendall wrote: > Correct the target name for dependency generation in the > invutil Makefile. This is now consistent with other dump > makefiles and eliminates "No such file or directory" > errors during the build. > > Signed-off-by: Bill Kendall Looks good. Reviewed-by: Alex Elder > --- > invutil/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: xfsdump-kernel.org/invutil/Makefile > =================================================================== > --- xfsdump-kernel.org.orig/invutil/Makefile > +++ xfsdump-kernel.org/invutil/Makefile > @@ -70,7 +70,7 @@ install: default > $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_SBIN_DIR) > install-dev: > > -depend: $(COMMINCL) $(COMMON) $(INVINCL) $(INVCOMMON) > +.dep: $(COMMINCL) $(COMMON) $(INVINCL) $(INVCOMMON) > > $(COMMINCL) $(COMMON): > @echo " [LN] $@" > > _______________________________________________ > xfs mailing list > xfs@oss.sgi.com > http://oss.sgi.com/mailman/listinfo/xfs _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs