diff options
author | Roland McGrath <roland@gnu.org> | 2001-11-24 22:05:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-11-24 22:05:47 +0000 |
commit | 5e9f89cde8870bb08bafae82f7c2b98a33bd7c86 (patch) | |
tree | d4b0ba1c9bafd37d336a7b1c49649c7da5f5fb32 /serverboot/Makefile | |
parent | d2e1c9b5e6a897dfce094a7d43f767a8fb760295 (diff) |
2001-11-24 Roland McGrath <roland@frob.com>
* Makefile (installationdir): Use $(bootdir).
Diffstat (limited to 'serverboot/Makefile')
-rw-r--r-- | serverboot/Makefile | 2 |
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)) \ |