summaryrefslogtreecommitdiff
path: root/Build/source/libs/pixman
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-07-06 10:54:48 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-07-06 10:54:48 +0000
commit747ef1c6ea8e5940e2e43f31d6afe6a12bf42224 (patch)
tree23147230fa4a0eeee53461a7bfecfc4f4d58c5b3 /Build/source/libs/pixman
parentc8720643164461549aab0edb934d81af09e8a19f (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')
-rw-r--r--Build/source/libs/pixman/ChangeLog4
-rw-r--r--Build/source/libs/pixman/Makefile.am1
-rw-r--r--Build/source/libs/pixman/Makefile.in1
3 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/libs/pixman/ChangeLog b/Build/source/libs/pixman/ChangeLog
index 497762f68b4..d30209afe12 100644
--- a/Build/source/libs/pixman/ChangeLog
+++ b/Build/source/libs/pixman/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/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
diff --git a/Build/source/libs/pixman/Makefile.in b/Build/source/libs/pixman/Makefile.in
index 50bc7424d82..be6adb68d2d 100644
--- a/Build/source/libs/pixman/Makefile.in
+++ b/Build/source/libs/pixman/Makefile.in
@@ -1479,6 +1479,7 @@ uninstall-am:
dist-hook:
cd "$(distdir)" && rm -rf $(NEVER_DIST)
+pixman.log: pixtest$(EXEEXT)
rebuild.stamp: $(rebuild_target)
echo timestamp >$@