From beedc4ba59a1936ee9c3c323872347d8d2600fcd Mon Sep 17 00:00:00 2001 From: Fons Rademakers <Fons.Rademakers@cern.ch> Date: Mon, 27 May 2002 16:40:21 +0000 Subject: [PATCH] if directory star still exists delete it. git-svn-id: http://root.cern.ch/svn/root/trunk@4602 27541ba8-7e3a-0410-8455-c3a389f83636 --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 97404b72ab9..c7af97494a9 100755 --- a/configure +++ b/configure @@ -1309,6 +1309,9 @@ fi if test -d new ; then rm -rf new fi +if test -d star ; then + rm -rf star +fi ###################################################################### # -- GitLab