]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Handle the ChangeLog as a distributed-only file
authorGuillem Jover <guillem@hadrons.org>
Mon, 27 May 2013 02:41:58 +0000 (04:41 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 27 May 2013 03:39:44 +0000 (05:39 +0200)
commit01f146c28e3c0d4dd9844c7b454b37aa4d12f45b
tree77cde28ec12e403030b9775c026c40b4150d92d2
parent509841b53319068d8e943d5584288ad2042e3b3c
build: Handle the ChangeLog as a distributed-only file

The ChangeLog file is distributed, and cannot be regenerated outside
of the git repository, so do not remove it in DISTCLEANFILES, and move
the generation code into dist-hook, which also avoids unnecessary
computation during normal builds.
Makefile.am