aboutsummaryrefslogtreecommitdiffstats
path: root/skype/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'skype/Makefile')
-rw-r--r--skype/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/skype/Makefile b/skype/Makefile
index 3328b152..ff3b1bfe 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -20,7 +20,7 @@ install: skype.$(SHARED_EXT) skyped.py
client: client.c
-prepare: configure.ac
+autogen: configure.ac
cp /usr/share/automake-$(AMVERSION)/install-sh ./
cp /usr/share/aclocal/pkg.m4 aclocal.m4
autoconf
@@ -38,7 +38,7 @@ dist:
git archive --format=tar --prefix=bitlbee-skype-$(VERSION)/ HEAD | tar xf -
mkdir -p bitlbee-skype-$(VERSION)
git log --no-merges |git name-rev --tags --stdin > bitlbee-skype-$(VERSION)/Changelog
- make -C bitlbee-skype-$(VERSION) prepare
+ make -C bitlbee-skype-$(VERSION) autogen
tar czf bitlbee-skype-$(VERSION).tar.gz bitlbee-skype-$(VERSION)
rm -rf bitlbee-skype-$(VERSION)