[cairo-commit] Makefile.am
Carl Worth
cworth at kemper.freedesktop.org
Thu Jul 13 15:05:34 PDT 2006
Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
New commits:
diff-tree 3f7593612f52f88eabb87de0c1efbf86bf31e8c2 (from 307a17f78cd2adda8a59ef16385df3be5786d2bd)
Author: Carl Worth <cworth at cworth.org>
Date: Thu Jul 13 15:00:16 2006 -0700
Make the various test and check targets depend on all as well.
diff --git a/Makefile.am b/Makefile.am
index 8052534..8ce2bc4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,11 +4,11 @@ SUBDIRS = pixman src doc
.PHONY: doc test
doc:
-$(MAKE) -C doc doc
-test:
+test: all
-$(MAKE) -C test test
-retest:
+retest: all
-$(MAKE) -C test retest
-recheck:
+recheck: all
-$(MAKE) -C test recheck
# libpng is required for our test programs
More information about the cairo-commit
mailing list