]> git.puffer.fish Git - mirror/frr.git/commit
build: fix libtool stupidity wrt. parallel install
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 23 Aug 2017 13:45:05 +0000 (15:45 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 23 Aug 2017 22:18:53 +0000 (00:18 +0200)
commit6a35bfba5e4e4135a29e87dc554b4e7f19f06831
treeeaee545b8d2088b980616353f0e3295eb90b22da
parentc0e29be115fcf67e9b7ea77581fbcd94b3402672
build: fix libtool stupidity wrt. parallel install

there's no dependency between libraries and other things to be
installed, but libtool in its 90ies design wants to relink libraries
when installing them.  Add manual dependencies to work around this.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Makefile.am