diff options
Diffstat (limited to 'Build/source/texk/Makefile.am')
-rw-r--r-- | Build/source/texk/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/texk/Makefile.am b/Build/source/texk/Makefile.am index a986a5cab57..62ac31c687f 100644 --- a/Build/source/texk/Makefile.am +++ b/Build/source/texk/Makefile.am @@ -1,6 +1,7 @@ ## Makefile.am for the TeX Live subdirectory texk/ ## -## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2016 Karl Berry <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## ## Ensure aclocal.m4 is up to date @@ -24,7 +25,5 @@ EXTRA_DIST = tests # Special target to run TRIP and TRAP tests and create diffs. .PHONY: triptrap -triptrap: web2c/Makefile +triptrap: cd web2c && $(MAKE) $(AM_MAKEFLAGS) $@ -web2c/Makefile: - $(MAKE) $(AM_MAKEFLAGS) CONF_SUBDIRS=web2c subtexk |