From 80334a88d27a3f0ee852af90315049432654e050 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sat, 16 Jun 2012 01:01:18 +0200 Subject: [PATCH] pass on to the right sub-makefile target --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index e91d64cb..cead640f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,4 @@ .PHONY: test test: - $(MAKE) -C integration + $(MAKE) -C integration test -- 2.11.4.GIT