From 9351cab838d515924f096b30b71cde9159e65446 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Wed, 3 Apr 2013 22:00:07 -0600 Subject: [PATCH] Fix warnings about multiple definitions of recheck. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 03fa35236..cf32ed05c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ configure: cairo-version.h doc: cd doc && $(MAKE) $(AM_MAKEFLAGS) $@ -test retest recheck: all +test retest: all cd test && $(MAKE) $(AM_MAKEFLAGS) $@ perf: all cd perf && $(MAKE) $(AM_MAKEFLAGS) $@