[PATCH] xfsdump: fix xfs_invutil dependency generation

Bill Kendall wkendall at sgi.com
Mon Nov 29 10:34:24 CST 2010


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 at sgi.com>

---
 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]     $@"




More information about the xfs mailing list