summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authordjcb <djcb@localhost.localdomain>2011-12-30 15:02:09 +0200
committerdjcb <djcb@localhost.localdomain>2011-12-30 15:02:09 +0200
commitdba9678035fe48855b103b511fa45f4a366f805a (patch)
tree3f83d9d3fc8e46ef44d6a9970b533835bcd39aee /Makefile.am
parent489fd3fcf4d001e2d8b0d16bbf316c57f083b8aa (diff)
* fix 'make gitcheck'v0.9.8-alpha
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 88d4e72..d63fc5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,7 +71,7 @@ fixme:
gitcheck:
cd `mktemp -d`; \
git clone git://gitorious.org/mu/mu.git ; \
- cd mu-ng ; \
+ cd mu; \
autoreconf -i ;\
./configure ; \
make distcheck