ovsdbmonitor: Fix "make install" race.
authorBen Pfaff <blp@nicira.com>
Mon, 14 Mar 2011 23:39:28 +0000 (16:39 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 14 Mar 2011 23:39:28 +0000 (16:39 -0700)
commit389d13c074fa064f89aff45e571c37a35a78c7ee
tree497798f7c6e64911f10472a088f6b20adf133a3c
parentd3643fc5989f88b1eda701d8aefca0ed3ff9dcdc
ovsdbmonitor: Fix "make install" race.

In a parallel make, the install-exec-local target runs concurrently with
the creation of the directory that it installs into.  Fix the race by
using the install-exec-hook target instead, which runs subsequently to
directory creation.
ovsdb/ovsdbmonitor/automake.mk