From: Arran Cudbard-Bell Date: Tue, 26 Feb 2013 16:24:54 +0000 (-0500) Subject: Fix typo X-Git-Tag: release_2_2_1~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=689c62dc7e6f500d4f032221b2a7c9bcfc9aa085;p=thirdparty%2Ffreeradius-server.git Fix typo --- diff --git a/Makefile b/Makefile index 14329b5c80d..c41fff75f06 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ clean: @rm -f *~ .PHONY: test -tests: +test: @$(MAKE) -C src/tests tests #