From 5e9f89cde8870bb08bafae82f7c2b98a33bd7c86 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 24 Nov 2001 22:05:47 +0000 Subject: 2001-11-24 Roland McGrath * Makefile (installationdir): Use $(bootdir). --- serverboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverboot/Makefile b/serverboot/Makefile index b6b16c99..c4d37430 100644 --- a/serverboot/Makefile +++ b/serverboot/Makefile @@ -27,7 +27,7 @@ LCLHDRS = assert.h disk_inode_ffs.h fs.h queue.h defs.h \ disk_inode.h file_io.h minix_super.h mach-exec.h target = serverboot HURDLIBS = threads -installationdir = $(prefix)/boot +installationdir = $(bootdir) UNZIP_OBJS = unzip.o inflate.o util.o do-bunzip2.o OBJS = $(subst .c,.o,$(SRCS)) \ -- cgit v1.2.3