]> git.ipfire.org Git - thirdparty/lldpd.git/commit - Makefile.am
build: fix generation of ChangeLog
authorVincent Bernat <bernat@luffy.cx>
Sun, 6 Jan 2013 13:45:53 +0000 (14:45 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sun, 6 Jan 2013 13:45:53 +0000 (14:45 +0100)
commit80771ccb88b5c4558f1bc78fc17abd514ce92983
tree39a765140ee8bdbd3f1f4b27162cc9f77fefe4a9
parent25272118a03482ff598a259a67d0373f1b2f4448
build: fix generation of ChangeLog

We must be able to have one when git is not present because we include
it in dist, but we also must generate it on each release. The previous
fix would keep the ChangeLog empty or not updated. We use a PHONY
target instead (and not a real PHONY target since we cannot add it
because automake doesn't like it).
Makefile.am