From 670c3db8eca8ca16a78254372c893ce1d8ba8269 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 8 Mar 2012 12:16:28 +0000 Subject: fix build when not in debug mode --- perl-install/install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index 28899e806..9d4f35246 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -90,7 +90,7 @@ endif full_stage2: $(MAKE) stage2 - @[ "$${DEBUG_INSTALL+xxx}" ] && make dont_run_directly_stage2 + @if [ "$${DEBUG_INSTALL+xxx}" ]; then make dont_run_directly_stage2; else : ; fi $(MAKE) compress compress: -- cgit v1.2.1