summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-30 21:36:18 +0000
committerhpa <hpa>2004-12-30 21:36:18 +0000
commit18d83a7a763a7449f2c8358701e7d5c5f90420a7 (patch)
tree4cba1c4f047545cf0851039a7bd03b0a3eaf9262 /Makefile
parentcf913a8b454d6d393a0148b83c1a5a41f9b18b48 (diff)
downloadsyslinux-18d83a7a763a7449f2c8358701e7d5c5f90420a7.tar.gz
Remove stuff related to the old library
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index cd9824ee..c223ff24 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