From 017913a613e197b03e189ac93965a843ed6a9299 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 16 Apr 2010 10:58:48 -0400 Subject: Use more traditional make notation to build the test language --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c55bc3a6..2f1d2d6a1 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ radius-install: radius install done test: - cd install/po && $(MAKE) test_lang + $(MAKE) -C install/po test_lang ./make-test release-update: -- cgit