From 2d37d4874ca247b35af9a28a2e5198898995c2d6 Mon Sep 17 00:00:00 2001
From: Axel Naumann <Axel.Naumann@cern.ch>
Date: Thu, 15 Jan 2009 14:04:10 +0000
Subject: [PATCH] Silence rm Apiif if already removed

git-svn-id: http://root.cern.ch/svn/root/trunk@27156 27541ba8-7e3a-0410-8455-c3a389f83636
---
 cint/configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cint/configure b/cint/configure
index 6e7a7022d79..b3fb977d5fb 100755
--- a/cint/configure
+++ b/cint/configure
@@ -757,7 +757,7 @@ for exp in ${EXPORTS[*]}; do
 done
 
 echo Removing Apiif.cxx
-rm ${COREVERSION}/src/dict/Apiif*.*
+rm -f ${COREVERSION}/src/dict/Apiif*.*
 
 # now write the cint-config script
 
-- 
GitLab