From 09537cff1a0cafe1f6023c995a0236b584a2f771 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 23 Jun 2016 15:19:48 -0700 Subject: [PATCH] Meta/Make: do not default to --dash --- Make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make b/Make index 1896657391..0e422e2032 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=y testpen= +tests= jobs= skip= oldtest= with_dash= testpen= clean=: case `uname` in