summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-08-13 11:41:25 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-08-13 11:41:25 +0200
commitda8ba809e1f846353da8f53b62741fe13d0b021c (patch)
tree100e26c684ab5ccd9aecfad4e9fe6db7cf4051dc /Makefile.am
parentd7c709c9186918e59411423e0c4e2b12ac9735d6 (diff)
add missing 'v' for "make changelog"
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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