summaryrefslogtreecommitdiff
path: root/serverboot
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-11-24 22:05:47 +0000
committerRoland McGrath <roland@gnu.org>2001-11-24 22:05:47 +0000
commit5e9f89cde8870bb08bafae82f7c2b98a33bd7c86 (patch)
treed4b0ba1c9bafd37d336a7b1c49649c7da5f5fb32 /serverboot
parentd2e1c9b5e6a897dfce094a7d43f767a8fb760295 (diff)
2001-11-24 Roland McGrath <roland@frob.com>
* Makefile (installationdir): Use $(bootdir).
Diffstat (limited to 'serverboot')
-rw-r--r--serverboot/Makefile2
1 files changed, 1 insertions, 1 deletions
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)) \