From 6d37e592479a5bd440a1d09a33ddc4cf66d26289 Mon Sep 17 00:00:00 2001 From: "robert.read" Date: Tue, 15 Sep 2009 19:34:20 +0000 Subject: [PATCH] Branch HEAD b=20550 i=adilger (patch from Brian) i=wangyb i=yangsheng This patch fixes the problem of make dist not creating a tree_status when the tree it's being run in is not from an cvs checkout. --- lustre/scripts/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/scripts/Makefile.am b/lustre/scripts/Makefile.am index 8eebb58..4904457 100644 --- a/lustre/scripts/Makefile.am +++ b/lustre/scripts/Makefile.am @@ -57,4 +57,4 @@ $(genscripts): %: %.in chmod +x $@ tree_status.pl: version_tag.pl - ln version_tag.pl tree_status.pl + ln -f version_tag.pl tree_status.pl -- 1.8.3.1