summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-04-03 11:36:06 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-04-03 11:36:06 -0400
commite3b1695c1483a80e3b2aa122bb2216740617f681 (patch)
tree052424e70b23b2b8aeb473cbbc3539644b7861b8
parent907e0cfb6e539219df43b71fe2571e0387b5b0c3 (diff)
downloadcredmonger-e3b1695c1483a80e3b2aa122bb2216740617f681.tar.gz
credmonger-e3b1695c1483a80e3b2aa122bb2216740617f681.tar.xz
credmonger-e3b1695c1483a80e3b2aa122bb2216740617f681.zip
- fix that target
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 126d8c9..344005b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ archive:
git clone $(ORIGIN) $$tmpdir/credmonger;\
cd $$tmpdir/credmonger;\
git checkout $(GITTAG);\
- ./autogen.sh;\
+ ./autogen.maint;\
./configure;\
make dist;\
mkdir -p $$tmpdir/rpm-build-top;\