diff options
author | ivan <ivan> | 2010-05-25 12:33:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-25 12:33:51 +0000 |
commit | 6662dd7c5260d74d92df0437d1eeebcb2baa6fe4 (patch) | |
tree | d486b5f4ccca6c75112f5d163e8505993c1355fd /Makefile | |
parent | cf348dfa1130d47bcb692b3bba07cbc6f3a32bf8 (diff) |
fix the rel target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -405,7 +405,7 @@ release: cvs commit -m "Updated for ${VERSION}" debian/changelog # Make sure other people's changes are pulled in! - cvs update -d -P + cvs update -d -P || true #it exits 1... # Tag the release #cvs tag ${TAG} |