Fix behavior of simultaneous "make" and "make dist".
authorBen Pfaff <blp@nicira.com>
Tue, 9 Jun 2009 21:19:53 +0000 (14:19 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 9 Jun 2009 21:19:53 +0000 (14:19 -0700)
commit424d1282e138126ebb3f8efe805f2ec9702f7fa0
tree8ba9484d19efe444d19d821b183db4fe1fa3fcf8
parentfcfb9b2cdc9d0e62cbec5a272e54d34374922e68
Fix behavior of simultaneous "make" and "make dist".

We were distributing lib/dirs.c, which doesn't make sense, but in any case
it created a race between "make" and "make dist" in updating lib/dirs.c,
which showed up in the Debian package build (which runs build-indep and
build-arch in parallel).

Also, clean lib/dhparams.c.

This should fix the failure seen in build openvswitch843.
lib/automake.mk