summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-04-06 16:33:43 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-04-06 16:33:43 -0700
commitb8f63328eb3061c23fd748964662f72220b408f6 (patch)
tree8f2d79ef96366a4093dc04118f9b326faac25db6 /Makefile
parent2920515b1fe5dbf20cfa2f2890b154cd147831ec (diff)
downloadsyslinux-b8f63328eb3061c23fd748964662f72220b408f6.tar.gz
Makefiles: try to make "make install" do the right thing
One more attempt at getting semi-sanity to "make install". Realistically, the install/netinstall/install-all/... needs to be pushed into the com32 Makefiles, but this is at least a quick hack. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2626bafb..4520c35a 100644
--- a/Makefile
+++ b/Makefile
@@ -31,8 +31,8 @@ include $(topdir)/MCONFIG
# List of module objects that should be installed for all derivatives
MODULES = memdisk/memdisk memdump/memdump.com modules/*.com \
- com32/menu/*.c32 com32/modules/*.c32 com32/hdt/*.c32
-
+ com32/menu/*.c32 com32/modules/*.c32 com32/hdt/*.c32 \
+ com32/rosh/*.c32
# syslinux.exe is BTARGET so as to not require everyone to have the
# mingw suite installed