diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-12-14 12:42:29 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-12-14 12:42:29 +0000 |
commit | 87ca47281d522ade4d8596b91b04ac6354141d05 (patch) | |
tree | 6b9665c2616b3d6398276154fc01c2640dfdba22 /Build/source/utils/Makefile.am | |
parent | 5af6aa827e18c4e49a6f610fbb6f90877c0debc0 (diff) |
build system: Automake-1.11.1 plus minor cleanup
git-svn-id: svn://tug.org/texlive/trunk@16404 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/Makefile.am')
-rw-r--r-- | Build/source/utils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/Makefile.am b/Build/source/utils/Makefile.am index 7402511c59e..b94b75b4015 100644 --- a/Build/source/utils/Makefile.am +++ b/Build/source/utils/Makefile.am @@ -27,7 +27,7 @@ all-local: subutils # Sequentially configure and optionally build all utils subdirs; # code inspired by automake's way to handle recursive targets. subutils: $(CONFIG_AUX) - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ |