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/graphite2 | |
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/graphite2')
-rw-r--r-- | Build/source/libs/graphite2/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/libs/graphite2/Makefile.am | 1 | ||||
-rw-r--r-- | Build/source/libs/graphite2/Makefile.in | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/libs/graphite2/ChangeLog b/Build/source/libs/graphite2/ChangeLog index b8a97b0960c..9e3cd4eaba5 100644 --- a/Build/source/libs/graphite2/ChangeLog +++ b/Build/source/libs/graphite2/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/graphite2/Makefile.am b/Build/source/libs/graphite2/Makefile.am index bae00cbad9d..bb95ae3f59d 100644 --- a/Build/source/libs/graphite2/Makefile.am +++ b/Build/source/libs/graphite2/Makefile.am @@ -123,6 +123,7 @@ check_PROGRAMS = gr2test dist_check_SCRIPTS = graphite2.test TESTS = graphite2.test endif build +graphite2.log: gr2test$(EXEEXT) gr2test_SOURCES = gr2test.c diff --git a/Build/source/libs/graphite2/Makefile.in b/Build/source/libs/graphite2/Makefile.in index eb12bcc48ed..c119e263733 100644 --- a/Build/source/libs/graphite2/Makefile.in +++ b/Build/source/libs/graphite2/Makefile.in @@ -1648,6 +1648,7 @@ uninstall-am: dist-hook: cd "$(distdir)" && rm -rf $(NEVER_DIST) +graphite2.log: gr2test$(EXEEXT) rebuild.stamp: $(rebuild_target) echo timestamp >$@ |