Fix Makefile install targets
authorMatt Fleming <matt.fleming@intel.com>
Wed, 4 Jul 2012 10:09:54 +0000 (11:09 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Wed, 4 Jul 2012 10:21:19 +0000 (11:21 +0100)
commit1f822f83b3d757c9a72f1eb99ebd723ee61e625b
treebc5e1579aa92bb86a5a9d5ea6f761d3dcfa2c177
parent316f9636e3958ada609d506deca8db3aef395e54
Fix Makefile install targets

Some Makefiles were still referring to libutil_com.a, even though we
stopped producing that file with commit 74518b8b691c ("elflink: Make
ELF the default object format"). Delete all references to avoid the
following install error,

install: cannot stat `libutil_com.a': No such file or directory

Remove the install target from com32/elflink as we no longer build any
of the test modules, and so don't need to install them.

Also, we need to add ldlinux.c32 to the list of modules that *must* be
installed for all targets, since it is required for Syslinux to
function correctly.

Reported-by: Dag Wieers <dag@wieers.com>
Reported-by: Michael D. Setzer II <mikes@kuentos.guam.net>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Makefile
com32/elflink/Makefile
com32/libutil/Makefile
mk/com32.mk