Fix GNU make warning about overriding commands for a target.
authorBen Pfaff <blp@nicira.com>
Tue, 30 Dec 2008 19:40:22 +0000 (11:40 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 30 Dec 2008 19:40:22 +0000 (11:40 -0800)
commit7de770fa97df21c7eff7ea3ed3f9d88541129b2a
tree6ed215e5297578b0e048786a7f5efffe5efd1067
parent366ada0a9b063fb34d4f89e02ee339cbf832ea76
Fix GNU make warning about overriding commands for a target.

We would add a target to link a C file into datapath directories each
time that file was mentioned in a list of sources, so when we put a source
file into two different lists of sources it got two such targets.  Fixed
by using the GNU make $(sort) function to eliminate duplicates.
datapath/linux-2.6/Makefile.main.in