summaryrefslogtreecommitdiff
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
commitf9dbbd18dcdcbf4b04c3f036d8981e4ec92dc8de (patch)
tree9162ca9bd016922f4d54e06fcf0f8afe1db96223
parent7b2663dcd0afabce61218303c2c7709e37c0a3c8 (diff)
2001-11-24 Roland McGrath <roland@frob.com>
* Makefile (installationdir): Use $(bootdir).
-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)) \