summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index ab86ab977..7c271829f 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -73,7 +73,7 @@ dist-git:
tar:
rm -rf $(PACKAGE)*.tar* $(PACKAGE)-$(PKGVERSION)
- if [ -e "../.svn" ]; then \
+ @if [ -e "../.svn" ]; then \
$(MAKE) dist-svn; \
elif [ -e "../.git" ]; then \
$(MAKE) dist-git; \