diff options
author | hpa <hpa> | 2004-12-30 21:36:18 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-30 21:36:18 +0000 |
commit | 18d83a7a763a7449f2c8358701e7d5c5f90420a7 (patch) | |
tree | 4cba1c4f047545cf0851039a7bd03b0a3eaf9262 /Makefile | |
parent | cf913a8b454d6d393a0148b83c1a5a41f9b18b48 (diff) | |
download | syslinux-18d83a7a763a7449f2c8358701e7d5c5f90420a7.tar.gz syslinux-18d83a7a763a7449f2c8358701e7d5c5f90420a7.tar.xz syslinux-18d83a7a763a7449f2c8358701e7d5c5f90420a7.zip |
Remove stuff related to the old library
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -78,10 +78,6 @@ INSTALL_BIN = mtools/syslinux gethostip ppmtolss16 lss16toppm INSTALL_AUX = pxelinux.0 isolinux.bin isolinux-debug.bin \ dos/syslinux.com win32/syslinux.exe \ copybs.com memdisk/memdisk -# Things to install in /usr/lib -INSTALL_LIB = # libsyslinux.a -# Things to install in /usr/include -INSTALL_INC = # syslinux.h # The DATE is set on the make command line when building binaries for # official release. Otherwise, substitute a hex string that is pretty much @@ -203,11 +199,6 @@ install: installer $(MAKE) -C com32 install install-lib: installer - mkdir -m 755 -p $(INSTALLROOT)$(LIBDIR) $(INSTALLDIR)$(INCDIR) - install -m 644 -c $(INSTALL_LIB) $(INSTALLROOT)$(LIBDIR) - install -m 644 -c $(INSTALL_INC) $(INSTALLROOT)$(INCDIR) - cd $(INSTALLROOT)$(LIBDIR) && ln -sf $(LIB_SO) libsyslinux.so - if [ -z '$(INSTALLROOT)' ]; then ldconfig; fi install-all: install install-lib |