From: Axel Naumann Date: Fri, 29 Aug 2014 10:11:24 +0000 (+0200) Subject: Running hsimple.C depends also on postbin. X-Git-Tag: v6-02-00-rc1~248 X-Git-Url: https://root.cern.ch/gitweb?p=root.git;a=commitdiff_plain;h=da76cb86468ad5283b6962ad2b22eae818e0c3cf Running hsimple.C depends also on postbin. --- 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