]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
- don't move tags
authormlichvar <mlichvar>
Fri, 13 Oct 2006 13:34:27 +0000 (13:34 +0000)
committermlichvar <mlichvar>
Fri, 13 Oct 2006 13:34:27 +0000 (13:34 +0000)
Makefile.in

index b952cb9809c1c7ad0acee4ddd6ec8751a5276bd8..6c8e421f86b9cc1ccd1cdb5fc96732b06645484c 100644 (file)
@@ -151,7 +151,7 @@ create-archive:    configure
        @echo "The final archive is ./newt-$(VERSION).tar.gz."
 
 tag-archive:
-       @cvs tag -F $(CVSTAG)
+       @cvs tag $(CVSTAG)
 
 archive: tag-archive create-archive