public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfsdump: fix xfs_invutil dependency generation
@ 2010-11-29 16:34 Bill Kendall
  2010-11-29 20:48 ` Alex Elder
  0 siblings, 1 reply; 2+ messages in thread
From: Bill Kendall @ 2010-11-29 16:34 UTC (permalink / raw)
  To: xfs

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>

---
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-29 20:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 16:34 [PATCH] xfsdump: fix xfs_invutil dependency generation Bill Kendall
2010-11-29 20:48 ` Alex Elder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox