From 85e6e1ce91c8975e389587ce79d1f01d7c23a8db Mon Sep 17 00:00:00 2001 From: alibrary Date: Sun, 20 Jun 2004 15:15:42 +0000 Subject: [PATCH] Small corrections --- Makefile | 4 +--- build/Makefile.config | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 6fc1eb20dc8..16a276dd846 100644 --- a/Makefile +++ b/Makefile @@ -121,9 +121,7 @@ LIBS := $(GLIBS) $(ROOTLIBS) $(SYSLIBS) #------------------------------------------------------------------------------- # default target -default: - $(MAKE) aliroot - +default: aliroot #------------------------------------------------------------------------------- # Each module will add to these macros diff --git a/build/Makefile.config b/build/Makefile.config index c0ec81743e2..2ea9d5ca893 100644 --- a/build/Makefile.config +++ b/build/Makefile.config @@ -1,6 +1,6 @@ # ROOT libraries -ROOTLIBS = $(shell root-config --glibs) -lMinuit -lHtml -lEG -lEGPythia6 -lVMC -lGeom -ROOTLIBS += -L/usr/X11R6/lib -lX11 +ROOTLIBS := $(shell root-config --glibs) -lMinuit -lHtml -lEG -lEGPythia6 -lVMC -lGeom \ + -L/usr/X11R6/lib -lX11 # Additional flags for building aliroot executable EXEFLAGS = -- 2.43.0