diff options
author | Miles Bader <miles@gnu.org> | 1997-06-21 05:34:41 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-06-21 05:34:41 +0000 |
commit | e0baabb9078f74c41d2e927a9d4ecc0294c94f27 (patch) | |
tree | 1e44afef35b79f58db975e496f64e24c1da9c71b /boot | |
parent | 77458530c0e21bf5c3eb993334f02333c4e7c91a (diff) |
(HURDLIBS):
Include libstore & libshouldbeinlibc.
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/Makefile b/boot/Makefile index 363df260..37593f68 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. # This file is part of the GNU Hurd. # # The GNU Hurd is free software; you can redistribute it and/or modify @@ -28,7 +28,7 @@ LCLHDRS = boot_script.h ux.h target = boot io-MIGSFLAGS=-DREPLY_PORTS DIST_FILES=frank1.ld frankemul.ld -HURDLIBS=threads +HURDLIBS=store shouldbeinlibc threads include ../Makeconf |