summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authordjcb <djcb@djcbsoftware.nl>2012-03-25 14:32:43 +0300
committerdjcb <djcb@djcbsoftware.nl>2012-03-25 14:32:43 +0300
commit41f5d4ace2b4883721dc5cb4297685598c9075df (patch)
tree752d7b0770d150e7361269f06baf703dd00d1e7c /Makefile.am
parent57bc74463261c004d7954ef3d08c88363bc3c30c (diff)
* Makefile.am: set the github repo as the default for `make gitcheck'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index bc3bc6c..f23ef4e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,11 +70,11 @@ fixme:
# check whether we can run make distcheck from the repo version
gitcheck:
- cd `mktemp -d`; \
- git clone git://gitorious.org/mu/mu.git ; \
- cd mu; \
- autoreconf -i ;\
- ./configure ; \
+ cd `mktemp -d`; \
+ git clone git://github.com/djcb/mu.git ; \
+ cd mu; \
+ autoreconf -i ; \
+ ./configure ; \
make distcheck
EXTRA_DIST= \