irp_stack works again

This commit is contained in:
Anthony Scemama 2014-05-10 23:50:46 +02:00
parent 2aa209dd6b
commit fa761ea25f
1 changed files with 1 additions and 1 deletions

View File

@ -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)