]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
automake: allow multiple {install,all,...}-local targets
authorLoic Dachary <ldachary@redhat.com>
Sat, 2 May 2015 14:16:57 +0000 (16:16 +0200)
committerLoic Dachary <ldachary@redhat.com>
Tue, 5 May 2015 17:16:56 +0000 (19:16 +0200)
commit2b5f0fc6ae239bff772cd843ee296986346341e2
tree1997c53e7b8df17c33cb936185b68b761c7f0bd5
parent8c7a781ef225338b82d98bbfae7ed4ea4fd9d8db
automake: allow multiple {install,all,...}-local targets

Replace install-data-local: with install-data-local:: (two :) so that
other Makefile.am can have the same target and all get concatenated
instead of being overridden.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
Makefile.am
src/Makefile.am