summaryrefslogtreecommitdiff
path: root/com32/modules/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 /com32/modules/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 'com32/modules/Makefile')
-rw-r--r--com32/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/modules/Makefile b/com32/modules/Makefile
index 764737d1..f0089636 100644
--- a/com32/modules/Makefile
+++ b/com32/modules/Makefile
@@ -53,6 +53,6 @@ spotless: clean
rm -f *.lss *.c32 *.com
rm -f *~ \#*
-install: all
+install:
-include .*.d