aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Kendall <wkendall@sgi.com>2010-11-29 16:34:24 +0000
committerAlex Elder <aelder@sgi.com>2010-11-29 14:59:15 -0600
commit8498202c2670724a948012f06165c7f834b7d888 (patch)
tree1daea8c9a6aa9db278e7d6cceb011fdbf903a10d
parentcef33eb02d6da9d2db547c7308d1691c9dc4efe1 (diff)
downloadxfsdump-dev-8498202c2670724a948012f06165c7f834b7d888.tar.gz
xfsdump: fix xfs_invutil dependency generation
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@sgi.com> Signed-off-by: Alex Elder <aelder@sgi.com>
-rw-r--r--invutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/invutil/Makefile b/invutil/Makefile
index c5c61d1a..cfd6cb09 100644
--- a/invutil/Makefile
+++ b/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] $@"