datapath: Add missing targets to avoid failure on e.g. "make TAGS".
authorBen Pfaff <blp@nicira.com>
Wed, 27 Jul 2011 00:08:06 +0000 (17:08 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 27 Jul 2011 00:08:06 +0000 (17:08 -0700)
commit13b630579b8b7c67356f46b963e1256d66db0abc
tree5bcf6b6637af54e6123bf43caa1ac66afb855e30
parent0ab14c8e284b7c5c68aff1ccc6795a1d4b58bd49
datapath: Add missing targets to avoid failure on e.g. "make TAGS".

Automake invokes a number of targets recursively, including in
datapath/linux, so we need to define all those targets or get an error
from "make" when those targets are invoked, e.g. when "make TAGS" is run.
This commit adds a no-op target to the main datapath/linux Makefile for
each recursive target listed in the "Third-Party Makefiles" section of
the Automake manual, in the order listed there, fixing the problem.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/linux/Makefile.main.in