From e06f40890c40ed5798b88cd406c91870257b0bd0 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 31 Mar 2008 02:20:33 +0200 Subject: add new autoclean target - after clean, you don't have to re-run configure - after distclean, you should not have to re-run make prepare - as a result, only the new autoclean target will remove files created by make prepare --- skype/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/skype/Makefile b/skype/Makefile index 808d8cab..3328b152 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -29,8 +29,10 @@ clean: rm -f skype.$(SHARED_EXT) distclean: clean - rm -rf autom4te.cache config.log config.mak config.status - rm -f configure install-sh aclocal.m4 + rm -f config.log config.mak config.status + +autoclean: distclean + rm -rf aclocal.m4 autom4te.cache configure install-sh dist: git archive --format=tar --prefix=bitlbee-skype-$(VERSION)/ HEAD | tar xf - -- cgit v1.2.3