From 3bbd5064833592e2fb484bd02f1a66168de74b5d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 26 May 2016 14:31:01 -0700 Subject: [PATCH] Meta/Make: use dash by default --- Make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make b/Make index 59bf91127d..c1e1f61ad6 100755 --- a/Make +++ b/Make @@ -56,7 +56,7 @@ do done Wall="-Wall -Wvla -Wdeclaration-after-statement -Wno-format-zero-length${Wall+ $Wall}" -tests= jobs= skip= oldtest= with_dash= testpen= +tests= jobs= skip= oldtest= with_dash=y testpen= clean=: case `uname` in -- 2.47.3