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 <wkendall@xxxxxxx>
Looks good.
Reviewed-by: Alex Elder <aelder@xxxxxxx>
> ---
> 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@xxxxxxxxxxx
> http://oss.sgi.com/mailman/listinfo/xfs
|