summaryrefslogtreecommitdiffstats
path: root/perl-install/install/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-08 12:16:28 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-08 12:16:28 +0000
commitdc9d895b116f1a9a826d1d3ef45bc42226e01d67 (patch)
tree6eea3e8b113c982c4a6fb4327610e3a7432ee8ef /perl-install/install/Makefile
parent1162b507f3901c123bcce34c60682e40298a5afe (diff)
downloaddrakx-backup-do-not-use-dc9d895b116f1a9a826d1d3ef45bc42226e01d67.tar
drakx-backup-do-not-use-dc9d895b116f1a9a826d1d3ef45bc42226e01d67.tar.gz
drakx-backup-do-not-use-dc9d895b116f1a9a826d1d3ef45bc42226e01d67.tar.bz2
drakx-backup-do-not-use-dc9d895b116f1a9a826d1d3ef45bc42226e01d67.tar.xz
drakx-backup-do-not-use-dc9d895b116f1a9a826d1d3ef45bc42226e01d67.zip
fix build when not in debug mode
Diffstat (limited to 'perl-install/install/Makefile')
-rw-r--r--perl-install/install/Makefile2
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: