From 31d523010d64e62eba99d625b46474e581946990 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 24 Oct 2010 00:25:08 +0100 Subject: Tiny makefile update --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d1e1a63..80541da 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ dist: @tar -c $(NAME)-$(VERSION) | bzip2 -c > $(NAME)-$(VERSION).tar.bz2 @gpg -b < $(NAME)-$(VERSION).tar.bz2 > $(NAME)-$(VERSION).tar.bz2.sig @rm -rf $(NAME)-$(VERSION) - @ln -s $(NAME)-$(VERSION).tar.bz2 latest.tar.bz2 - @ln -s $(NAME)-$(VERSION).tar.bz2.sig latest.tar.bz2.sig + @ln -sf $(NAME)-$(VERSION).tar.bz2 latest.tar.bz2 + @ln -sf $(NAME)-$(VERSION).tar.bz2.sig latest.tar.bz2.sig @echo $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION).tar.bz2.sig .PHONY: dist -- cgit v1.2.3