From e8521e2ebcf71582cb413730b1afaea7a40df28d Mon Sep 17 00:00:00 2001 From: Philippe Canal <pcanal@fnal.gov> Date: Fri, 15 Feb 2013 20:52:58 +0000 Subject: [PATCH] Don't take linkdef from test (or roottest) git-svn-id: http://root.cern.ch/svn/root/trunk@48608 27541ba8-7e3a-0410-8455-c3a389f83636 --- build/unix/makeonepcm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/unix/makeonepcm.sh b/build/unix/makeonepcm.sh index 7394309d3ba..070bb4ad4c9 100755 --- a/build/unix/makeonepcm.sh +++ b/build/unix/makeonepcm.sh @@ -12,7 +12,8 @@ fi rm -f include/allLinkDef.h # create allLinkDef.h including all LinkDefs -find . -name \*LinkDef\*.h | sed -e 's|^|#include "|' -e 's|$|"|' > alldefs.h +find . -name \*LinkDef\*.h | \ + sed -e 's|^|#include "|' -e 's|$|"|' > alldefs.h mv alldefs.h include/allLinkDef.h -- GitLab