From 3f7593612f52f88eabb87de0c1efbf86bf31e8c2 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 13 Jul 2006 15:00:16 -0700 Subject: Make the various test and check targets depend on all as well. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 80525343..8ce2bc4c 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 -- cgit v1.2.3