From fe54232fa5da4efde501ab967de1f7e33c57e5c9 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Fri, 15 Dec 2000 20:46:29 +0000 Subject: [PATCH] - Makefile.am: target clean should remove G__*. - ginaccint.bin.cpp: check for recent enough cint. --- cint/Makefile.am | 3 ++- cint/ginaccint.bin.cpp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cint/Makefile.am b/cint/Makefile.am index d0d8e93c..914e5ae0 100644 --- a/cint/Makefile.am +++ b/cint/Makefile.am @@ -19,6 +19,7 @@ makecint_clean: (if [ -f Makefile.makecint ]; then $(MAKE) -f Makefile.makecint clean; fi) clean: makecint_clean + rm -f G__* distclean: makecint_clean - rm -f Makefile.makecint G__* + rm -f Makefile.makecint diff --git a/cint/ginaccint.bin.cpp b/cint/ginaccint.bin.cpp index dca000f3..9f36181b 100644 --- a/cint/ginaccint.bin.cpp +++ b/cint/ginaccint.bin.cpp @@ -3,8 +3,8 @@ #include "G__ci.h" /* G__atpause is defined in G__ci.h */ -#if (!defined(G__CINTVERSION)) || (G__CINTVERSION < 501439) -#error You need at least cint 5.14.39 to compile GiNaC-cint. Download it via http from root.cern.ch/root/Cint.html or via ftp from ftpthep.physik.uni-mainz.de/pub/cint +#if (!defined(G__CINTVERSION)) || (G__CINTVERSION < 501460) +#error You need at least cint 5.14.60 to compile GiNaC-cint. Download it via http from root.cern.ch/root/Cint.html or via ftp from ftpthep.physik.uni-mainz.de/pub/cint #endif // (!defined(G__CINTVERSION)) || (G__CINTVERSION < 501438) #include -- 2.44.0