]> git.ipfire.org Git - thirdparty/systemd.git/commit
Makefile: make custom-entities.ent depend on Makefile.am
authorDaniel Mack <daniel@zonque.org>
Fri, 29 May 2015 10:00:58 +0000 (12:00 +0200)
committerDaniel Mack <daniel@zonque.org>
Fri, 29 May 2015 10:00:58 +0000 (12:00 +0200)
commit6096d9ccc3f0b963010a47febce7e44c8632c23b
tree7d9c50949e1ecd09ccc111d312a41acae491ca04
parent355ff449007df8be192ac316ab314599f56b2241
Makefile: make custom-entities.ent depend on Makefile.am

When Makefile.am is modified, make sure custom-entities.ent is rebuilt.
After all, $(substitutions) is defined there, so changes of that variable
must be reflected in the resulting file.
Makefile.am