From 76eade5c74691fcb628898602359bea16be95926 Mon Sep 17 00:00:00 2001 From: Fons Rademakers <Fons.Rademakers@cern.ch> Date: Sun, 10 Oct 2010 12:46:00 +0000 Subject: [PATCH] inlcude core/clib before core/utils as rootcint now needs strlcpy etc. git-svn-id: http://root.cern.ch/svn/root/trunk@36258 27541ba8-7e3a-0410-8455-c3a389f83636 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f68b1f1a8a3..f24128f6f19 100644 --- a/Makefile +++ b/Makefile @@ -74,9 +74,9 @@ include $(MAKEFILEDEP) ##### Modules to build ##### -MODULES = build cint/cint core/metautils core/pcre core/utils core/base \ - core/cont core/meta io/io math/mathcore net/net core/zip \ - core/clib core/thread math/matrix core/newdelete hist/hist \ +MODULES = build cint/cint core/metautils core/pcre core/clib core/utils \ + core/base core/cont core/meta io/io math/mathcore net/net \ + core/zip core/thread math/matrix core/newdelete hist/hist \ tree/tree graf2d/freetype graf2d/graf graf2d/gpad graf3d/g3d \ gui/gui math/minuit hist/histpainter tree/treeplayer \ gui/ged tree/treeviewer math/physics graf2d/postscript \ -- GitLab