From 8c33f0030afefbb65feb5fd9e58d67f19b436013 Mon Sep 17 00:00:00 2001 From: Klaus Rabbertz <klaus.rabbertz@cern.ch> Date: Tue, 12 Jan 2021 16:35:49 +0100 Subject: [PATCH] pyext Makefile adaptation --- v2.3/toolkit/pyext/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2.3/toolkit/pyext/Makefile.am b/v2.3/toolkit/pyext/Makefile.am index 92cd0a52..c5de0bd9 100644 --- a/v2.3/toolkit/pyext/Makefile.am +++ b/v2.3/toolkit/pyext/Makefile.am @@ -23,7 +23,7 @@ _fastnlo_la_LIBADD = $(top_srcdir)/fastnlotoolkit/libfastnlotoolkit.la include ./$(DEPDIR)/fastnlo_wrap.Plo -#$(DEPDIR)/fastnlo_wrap.Plo: fastnlo_wrap.cc +$(DEPDIR)/fastnlo_wrap.Plo: fastnlo_wrap.cc fastnlo_wrap.cc: fastnlo.i $(SWIG) -c++ -python -I$(top_srcdir)/fastnlotoolkit/include/fastnlotk -o $@ -MD -MF $(DEPDIR)/fastnlo_wrap.Plo $< -- GitLab