From: hpa Date: Thu, 30 Dec 2004 21:36:18 +0000 (+0000) Subject: Remove stuff related to the old library X-Git-Tag: syslinux-3.11~187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18d83a7a763a7449f2c8358701e7d5c5f90420a7;p=platform%2Fupstream%2Fsyslinux.git Remove stuff related to the old library --- 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