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/gd | |
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/gd')
-rw-r--r-- | Build/source/libs/gd/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/libs/gd/Makefile.am | 1 | ||||
-rw-r--r-- | Build/source/libs/gd/Makefile.in | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/libs/gd/ChangeLog b/Build/source/libs/gd/ChangeLog index 84b3b758256..edde32ae5bf 100644 --- a/Build/source/libs/gd/ChangeLog +++ b/Build/source/libs/gd/ChangeLog @@ -1,3 +1,7 @@ +2015-07-06 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am: Better dependencies for 'make check'. + 2015-02-16 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am: Use the fragment ../../am/dist_hook.am. diff --git a/Build/source/libs/gd/Makefile.am b/Build/source/libs/gd/Makefile.am index de8c8c7245e..cc2ac94e9de 100644 --- a/Build/source/libs/gd/Makefile.am +++ b/Build/source/libs/gd/Makefile.am @@ -84,6 +84,7 @@ check_PROGRAMS = gdtest dist_check_SCRIPTS = libgd.test TESTS = libgd.test endif build +libgd.log: gdtest$(EXEEXT) gdtest_SOURCES = gdtest.c diff --git a/Build/source/libs/gd/Makefile.in b/Build/source/libs/gd/Makefile.in index e0c07bac14f..6131ea8ceaa 100644 --- a/Build/source/libs/gd/Makefile.in +++ b/Build/source/libs/gd/Makefile.in @@ -1535,6 +1535,7 @@ dist-hook: cd "$(distdir)" && rm -rf $(NEVER_DIST) $(libgd_a_OBJECTS): config.force +libgd.log: gdtest$(EXEEXT) @LIBPNG_RULE@ @FREETYPE2_RULE@ |