diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-13 11:41:25 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-13 11:41:25 +0200 |
commit | da8ba809e1f846353da8f53b62741fe13d0b021c (patch) | |
tree | 100e26c684ab5ccd9aecfad4e9fe6db7cf4051dc /Makefile.am | |
parent | d7c709c9186918e59411423e0c4e2b12ac9735d6 (diff) |
add missing 'v' for "make changelog"
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a4260ea8e7..d4afefdf71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ distclean-local: rm -f udev-$(VERSION).tar.gz udev-$(VERSION).tar.bz2 changelog: - @ head -1 ChangeLog | grep -q "to $(PREVIOUS_VERSION)" + @ head -1 ChangeLog | grep -q "to v$(PREVIOUS_VERSION)" @ mv ChangeLog ChangeLog.tmp @ echo "Summary of changes from v$(PREVIOUS_VERSION) to v$(VERSION)" >> ChangeLog @ echo "============================================" >> ChangeLog |