From 62bedc5b9686cfdfb6e8ffe3b4867447904ec295 Mon Sep 17 00:00:00 2001
From: Bertrand Bellenot <Bertrand.Bellenot@cern.ch>
Date: Tue, 11 Dec 2012 08:13:40 +0000
Subject: [PATCH] replace rootcint by rootcling

git-svn-id: http://root.cern.ch/svn/root/trunk@47956 27541ba8-7e3a-0410-8455-c3a389f83636
---
 test/RootIDE/Makefile       | 2 +-
 test/RootIDE/Makefile.win32 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/RootIDE/Makefile b/test/RootIDE/Makefile
index 6b684992725..037ab0a44ff 100755
--- a/test/RootIDE/Makefile
+++ b/test/RootIDE/Makefile
@@ -52,7 +52,7 @@ $(RIDE):     $(RIDEO)
 
 RIDEDict.$(SrcSuf): TGRootIDE.h LinkDef.h
 		@echo "Generating dictionary $@..."
-		@rootcint -f $@ -c $^
+		$(ROOTCLING) -f $@ -c $^
 
 clean:
 		@rm -f $(OBJS) core
diff --git a/test/RootIDE/Makefile.win32 b/test/RootIDE/Makefile.win32
index 7e6763233ed..b4d7f4aa250 100644
--- a/test/RootIDE/Makefile.win32
+++ b/test/RootIDE/Makefile.win32
@@ -125,7 +125,7 @@ $(RIDE):  $(RIDEO)
 
 RIDEDict.$(SrcSuf): TGRootIDE.h LinkDef.h
 		@echo "Generating dictionary $@..."
-		@rootcint -f $@ -c TGRootIDE.h LinkDef.h
+		@rootcling -f $@ -c TGRootIDE.h LinkDef.h
 
 #------------------------------------------------------------------------------
 
-- 
GitLab