diff options
Diffstat (limited to 'perl-install/install/Makefile')
-rw-r--r-- | perl-install/install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |