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