From da76cb86468ad5283b6962ad2b22eae818e0c3cf Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Fri, 29 Aug 2014 12:11:24 +0200 Subject: [PATCH] Running hsimple.C depends also on postbin. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18ff635..0187129 100644 --- a/Makefile +++ b/Makefile @@ -682,7 +682,7 @@ endif ifeq ($(USECONFIG),FALSE) all: tutorials/hsimple.root -tutorials/hsimple.root: rootexecs +tutorials/hsimple.root: rootexecs postbin (cd tutorials; ! ../bin/root -l -q -b -n -x hsimple.C) endif -- 1.8.2