Skip to content

Commit

Permalink
Fixed a broken 'tag' rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
dagbrown committed Mar 12, 2004
1 parent bd00b43 commit dcb07d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -44,4 +44,4 @@ tarball: ../$(TARBALL)
cd .. && rm -r $(RELEASEDIR)

tag:
cvs rtag release-$(shell sed 's/\./-/g' VERSION) .
cd .. && cvs tag release-$(shell sed 's/\./-/g' VERSION) .

0 comments on commit dcb07d8

Please sign in to comment.