aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 872fd69..684b7d8 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ tar: dist
dist:
rm -rf ../$(NAME)-$(VERSION).tar*
- @if [ -e ".svn" ]; then \
+ @if svn info > /dev/null; then \
$(MAKE) dist-svn; \
elif [ -e ".git" ]; then \
$(MAKE) dist-git; \