From f380c50aa726a494cea1682fc758f698b7dcafaf Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Tue, 2 Sep 2014 12:14:24 +0200 Subject: [PATCH] Silence hsimple.C invocation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4683889..5fc7e71 100644 --- a/Makefile +++ b/Makefile @@ -683,7 +683,7 @@ endif ifeq ($(USECONFIG),FALSE) all: tutorials/hsimple.root tutorials/hsimple.root: rootexecs postbin - (cd tutorials; ! ../bin/root -l -q -b -n -x hsimple.C) + @(cd tutorials; ! ../bin/root -l -q -b -n -x hsimple.C) endif all: rootexecs postbin -- 1.8.2