diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-07-06 10:54:48 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-07-06 10:54:48 +0000 |
commit | 747ef1c6ea8e5940e2e43f31d6afe6a12bf42224 (patch) | |
tree | 23147230fa4a0eeee53461a7bfecfc4f4d58c5b3 /Build/source/libs/pixman/Makefile.am | |
parent | c8720643164461549aab0edb934d81af09e8a19f (diff) |
Build system: Better dependencies for 'make check' in libs/*/
git-svn-id: svn://tug.org/texlive/trunk@37782 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/pixman/Makefile.am')
-rw-r--r-- | Build/source/libs/pixman/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/libs/pixman/Makefile.am b/Build/source/libs/pixman/Makefile.am index c7ecf7b3f7f..4efb7a49242 100644 --- a/Build/source/libs/pixman/Makefile.am +++ b/Build/source/libs/pixman/Makefile.am @@ -37,6 +37,7 @@ check_PROGRAMS = pixtest dist_check_SCRIPTS = pixman.test TESTS = pixman.test endif build +pixman.log: pixtest$(EXEEXT) pixtest_SOURCES = pixtest.c |