From c0eb8651fa387a415828ed5d8ed627e775df75d1 Mon Sep 17 00:00:00 2001 From: rgrosso Date: Fri, 12 Sep 2014 14:45:26 +0200 Subject: [PATCH] Correct include dirs in SHUTTLE Makefile We expect the headers in $ALICE_INSTALL in general, in $ALICE_ROOT only if the install dir and the source dir are the same. --- SHUTTLE/TestShuttle/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/SHUTTLE/TestShuttle/Makefile b/SHUTTLE/TestShuttle/Makefile index 98f4cfce0fb..764a54f279a 100644 --- a/SHUTTLE/TestShuttle/Makefile +++ b/SHUTTLE/TestShuttle/Makefile @@ -5,11 +5,7 @@ PACKAGE = TestShuttle include $(ROOTSYS)/etc/Makefile.arch include $(PACKAGE).pkg -ALICEINC = -I. - -ifneq ($(ALICE_ROOT),) - ALICEINC += -I$(ALICE_ROOT)/include -endif +ALICEINC = -I. -I$(ALICE_INSTALL)/include CXXFLAGS += $(ALICEINC) -g SRCS += dict.cxx -- 2.39.3