From 24bd5c0de94040e6c5e3768d5f56aae4a3083620 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 14 Oct 2020 17:13:13 +0200 Subject: [PATCH] Error message fixed --- src/make_ninja.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/make_ninja.py b/src/make_ninja.py index a53cab9..26a0fc5 100755 --- a/src/make_ninja.py +++ b/src/make_ninja.py @@ -85,7 +85,7 @@ LIBXC_VERSION=5.0.0 rule_fortran = """ rule fc - command = $FC $FFLAGS -c $in -o $out && (mv -f *.mod $IDIR || : &> /dev/null ) + command = $FC $FFLAGS -c $in -o $out """