tag-rules.mk: Now targets tag.dist and ftag.dist are only defined inside of CVS directories

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2013-07-11 13:13:42 +00:00
commit 7254696446

View file

@ -1,6 +1,8 @@
ifneq ($(wildcard CVS),)
tag.dist:
cvs tag $(TAG_VERSION)
ftag.dist:
cvs tag -F $(TAG_VERSION)
endif