From 553446f440297f81a68df56f9a03b39852ef7292 Mon Sep 17 00:00:00 2001 From: hpa Date: Mon, 7 May 2001 19:42:08 +0000 Subject: [PATCH] Install ppmtolss16; lss16toppm; honour INSTALLROOT. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5a5c1b6..5914833 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ OTHER = Makefile bin2c.pl now.pl genstupid.pl keytab-lilo.pl version \ OBSOLETE = pxelinux.bin # Things to install in /usr/bin -INSTALL_BIN = syslinux gethostip +INSTALL_BIN = syslinux gethostip ppmtolss16 lss16toppm all: $(BTARGET) $(ITARGET) samples ls -l $(BTARGET) $(ITARGET) @@ -128,7 +128,7 @@ gethostip.o: gethostip.c gethostip: gethostip.o install: all - install -c $(INSTALL_BIN) $(BINDIR) + install -c $(INSTALL_BIN) $(INSTALLROOT)$(BINDIR) tidy: rm -f *.o *_bin.c stupid.* -- 2.7.4