summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 19cfe437..7fff60c8 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ VERSION := $(shell rpm -q --qf '%{VERSION}\n' --specfile $(PACKAGE).spec | head
RELEASE := $(shell rpm -q --qf '%{RELEASE}\n' --specfile $(PACKAGE).spec | head -1)
TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__')
-FILES = AUTHORS ChangeLog Makefile Makefile.config convert err ldetect-lst.spec lst update-ldetect-lst
+FILES = AUTHORS ChangeLog Makefile Makefile.config convert ldetect-lst.spec lst update-ldetect-lst
build:
make -C lst build
@@ -65,7 +65,7 @@ cvstag:
cvs tag $(CVSTAGOPT) $(TAG)
changelog: ../common/username
- cvs2cl -U ../common/username -I ChangeLog --accum
+ cvs2cl -U ../common/username -I ChangeLog --accum -F MDK10_0-branch
rm -f ChangeLog.bak
cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog