From fa761ea25f1490d2aea669b26c7c5a738791e472 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Sat, 10 May 2014 23:50:46 +0200 Subject: [PATCH] irp_stack works again --- src/makefile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.py b/src/makefile.py index 03fa475..ea17300 100644 --- a/src/makefile.py +++ b/src/makefile.py @@ -100,7 +100,7 @@ def run(): result += " %s%s.irp.module.F90"%(irpdir,m.filename) print >>file, result - result = "OBJ_IRP = " + result = "OBJ_IRP = %sirp_stack.irp.o "%(irpdir) for m in mod: if not m.is_main: result += " %s%s.irp.o"%(irpdir,m.filename)