From dc41efc8004635a8f935c230b1e021c874f94e71 Mon Sep 17 00:00:00 2001 From: skowron Date: Fri, 6 Sep 2002 15:28:49 +0000 Subject: [PATCH] Bug correction - Fortan sources where not commpiled --- HBTAN/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HBTAN/Makefile b/HBTAN/Makefile index 836642fa5cb..d012c74e733 100644 --- a/HBTAN/Makefile +++ b/HBTAN/Makefile @@ -20,7 +20,7 @@ SRCS = AliHBTAnalysis.cxx AliHBTFunction.cxx \ AliHBTQResolutionFctns.cxx AliHBTReaderPPprod.cxx\ AliHBTReaderITSv1.cxx AliHBTReaderITSv2.cxx\ AliHBTReaderKineTree.cxx AliHBTReaderInternal.cxx\ - AliHBTTwoTrackEffFctn.cxx \ + AliHBTTwoTrackEffFctn.cxx\ AliHBTLLWeights.cxx AliHBTLLWeightFctn.cxx # Fortran sources @@ -69,7 +69,7 @@ ALIBRARY = $(LIBDIR)/libHBTAN.a default: $(SLIBRARY) -$(LIBDIR)/libHBTAN.$(SL): $(OBJS) +$(LIBDIR)/libHBTAN.$(SL): $(OBJS) $(FOBJS) $(DICT): $(HDRS) -- 2.43.0