summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-04-06 16:38:28 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-04-06 16:38:28 -0700
commitc09f6943822b508ed76277eb48a50b51c5dc484a (patch)
tree51e2eab1ae456118cd56d22910c68db5e6f4b37b
parentb8f63328eb3061c23fd748964662f72220b408f6 (diff)
downloadsyslinux-c09f6943822b508ed76277eb48a50b51c5dc484a.tar.gz
Add back "install: all" to the com32 devel directoriessyslinux-3.74-pre19
"make install" in the com32 directory currently installs the devel environment, which should be build using the host toolchain... so make it so.
-rw-r--r--com32/gpllib/Makefile2
-rw-r--r--com32/lib/Makefile2
-rw-r--r--com32/libutil/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/com32/gpllib/Makefile b/com32/gpllib/Makefile
index 80138cfe..46ed42e3 100644
--- a/com32/gpllib/Makefile
+++ b/com32/gpllib/Makefile
@@ -36,7 +36,7 @@ spotless: clean
# Mixing in the GPL include files is suboptimal, but I'm not sure
# there is a better way to do it.
-install:
+install: all
mkdir -m 755 -p $(INSTALLROOT)$(COM32DIR)
install -m 644 libcom32gpl.a $(INSTALLROOT)$(COM32DIR)
mkdir -p $(INSTALLROOT)$(COM32DIR)/include/
diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index 0c4f095a..984c6dff 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -128,7 +128,7 @@ spotless: clean
rm -f *.a
rm -f *~ \#* */*~ */\#*
-install:
+install: all
mkdir -m 755 -p $(INSTALLROOT)$(COM32DIR)
install -m 644 libcom32.a com32.ld $(INSTALLROOT)$(COM32DIR)
-rm -rf $(INSTALLROOT)$(COM32DIR)/include
diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile
index 579f6f2e..02789ca6 100644
--- a/com32/libutil/Makefile
+++ b/com32/libutil/Makefile
@@ -58,7 +58,7 @@ spotless: clean
rm -f *.lss *.a *.c32 *.com
rm -f *~ \#*
-install:
+install: all
mkdir -m 755 -p $(INSTALLROOT)$(COM32DIR)
install -m 644 libutil_com.a libutil_lnx.a $(INSTALLROOT)$(COM32DIR)