]> git.ipfire.org Git - thirdparty/libvirt.git/commit
src: Don't use double-colon rules
authorAndrea Bolognani <abologna@redhat.com>
Fri, 11 Jan 2019 10:03:53 +0000 (11:03 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 16 Jan 2019 09:19:48 +0000 (10:19 +0100)
commit1b3ea6daaf0e8641571b357242e37fd8a1c33a71
tree24cc1b150e38a04c08599f20e3bfae01c7260e59
parent900aae2c77355851810790f217627bd6f5091eec
src: Don't use double-colon rules

According to the GNU Make manual, "double-colon rules are
somewhat obscure and not often very useful". Looking at
the few instances we have in libvirt, that certainly seems
to be the case, so just drop them.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/Makefile.am
src/remote/Makefile.inc.am