Fix parallel `make install'
authorc_14 <git@c-14.de>
Mon, 7 May 2018 16:48:33 +0000 (18:48 +0200)
committerPhilipp Takacs <philipp@bureaucracy.de>
Mon, 7 May 2018 17:02:16 +0000 (19:02 +0200)
commit3de462f2108cb2be990bba95fee04f45899a4d44
tree0b1c0a420fe7cc49f0a58c824576a56092f4cbea
parentb3fde4704d42fd432536e23678d21d1fc78db7b8
Fix parallel `make install'

Prior to this commit, running make install with -j > 1 caused an (easily
reproducible) race condition where make tried linking commands that
hadn't been installed yet.
uip/Makefile.in