Add back "install: all" to the com32 devel directories syslinux-3.74-pre19
authorH. Peter Anvin <hpa@zytor.com>
Mon, 6 Apr 2009 23:38:28 +0000 (16:38 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 6 Apr 2009 23:38:28 +0000 (16:38 -0700)
"make install" in the com32 directory currently installs the devel
environment, which should be build using the host toolchain... so make
it so.

com32/gpllib/Makefile
com32/lib/Makefile
com32/libutil/Makefile

index 80138cf..46ed42e 100644 (file)
@@ -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/
index 0c4f095..984c6df 100644 (file)
@@ -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
index 579f6f2..02789ca 100644 (file)
@@ -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)