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/potrace/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/potrace/Makefile.am')
-rw-r--r-- | Build/source/libs/potrace/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/libs/potrace/Makefile.am b/Build/source/libs/potrace/Makefile.am index 1b985783626..5a619b14e30 100644 --- a/Build/source/libs/potrace/Makefile.am +++ b/Build/source/libs/potrace/Makefile.am @@ -43,6 +43,7 @@ check_PROGRAMS = potracetst dist_check_SCRIPTS = potrace.test TESTS = potrace.test endif build +potrace.log: potracetst$(EXEEXT) potracetst_SOURCES = potracetst.c |