From 18d83a7a763a7449f2c8358701e7d5c5f90420a7 Mon Sep 17 00:00:00 2001 From: hpa Date: Thu, 30 Dec 2004 21:36:18 +0000 Subject: [PATCH] Remove stuff related to the old library --- Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index cd9824e..c223ff2 100644 --- a/Makefile +++ b/Makefile @@ -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 -- 2.7.4