From: Jelte Jansen Date: Wed, 25 May 2005 13:15:03 +0000 (+0000) Subject: deleted bad dependencies X-Git-Tag: release-0.60^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2b25c749d1273b59b0ea56f86d34b14fd72dfc9;p=thirdparty%2Fldns.git deleted bad dependencies --- diff --git a/Makefile.in b/Makefile.in index 57792428..363deab3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -114,13 +114,13 @@ install-lib: lib uninstall-lib: $(LIBTOOL) --mode=uninstall rm $(prefix)/lib/libldns.la -snapshot: realclean testclean +snapshot: realclean (rm -rf ../ldns-snap-$(DATE)/) (cd .. ; cp -r $(basesrcdir)/ ldns-snap-$(DATE)/) (cd .. ; tar --verbose --exclude ".svn" --create --file ldns-snap-$(DATE).tar.gz --gzip ldns-snap-$(DATE)/) (rm -rf ../ldns-snap-$(DATE)/) -release: realclean testclean +release: realclean (rm -rf ../ldns-$(VERSION)/) (cd .. ; cp -r $(basesrcdir)/ ldns-$(VERSION)/) (cd .. ; tar --verbose --exclude ".svn" --create --file ldns-$(VERSION).tar.gz --gzip ldns-$(VERSION)/) @@ -146,7 +146,7 @@ clean: rm -f config.log rm -f tags -realclean: clean docclean testclean libclean +realclean: clean docclean libclean rm -f config.status rm -f config.log rm -f Makefile