diff options
Diffstat (limited to 'Build/source/texk/Makefile.am')
-rw-r--r-- | Build/source/texk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/Makefile.am b/Build/source/texk/Makefile.am index ce062dd3659..ef749d6e9eb 100644 --- a/Build/source/texk/Makefile.am +++ b/Build/source/texk/Makefile.am @@ -27,7 +27,7 @@ all-local: subtexk # Sequentially configure and optionally build all texk subdirs; # code inspired by automake's way to handle recursive targets. subtexk: $(CONFIG_AUX) - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ |