diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-02-10 17:11:22 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-02-10 17:11:22 +0000 |
commit | 00269c069be2a461363f905f19a02bb013e7debf (patch) | |
tree | 670cd03204456527b2fa5a240778467e3e5d72cd | |
parent | b567a61b80b146ab301d912bbf7f4a31b9d99d37 (diff) | |
download | hurd-00269c069be2a461363f905f19a02bb013e7debf.tar.gz hurd-00269c069be2a461363f905f19a02bb013e7debf.tar.bz2 hurd-00269c069be2a461363f905f19a02bb013e7debf.zip |
2002-02-10 Marcus Brinkmann <marcus@gnu.org>
* INSTALL: Change install-hdrs to install-headers. Reprted by
Vicente Hernando Ara <bizenton@terra.es>.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | INSTALL | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2002-02-10 Marcus Brinkmann <marcus@gnu.org> + + * INSTALL: Change install-hdrs to install-headers. Reprted by + Vicente Hernando Ara <bizenton@terra.es>. + 2002-01-05 Roland McGrath <roland@frob.com> * aclocal.m4 (hurd_MIG_RETCODE): New macro. @@ -70,7 +70,7 @@ Building the Hurd, GNUmach, and libc together 5. Configure the Hurd with `configure'. -6. In the Hurd directory, type `make install-hdrs no_deps=t'. +6. In the Hurd directory, type `make install-headers no_deps=t'. 7. Configure libc. @@ -89,7 +89,7 @@ Building the Hurd and libc together 1. `cd' to the directory containing the Hurd's source code and type `./configure' to configure the Hurd. -2. Type `make install-hdrs no_deps=t' to install the Hurd's header files. +2. Type `make install-headers no_deps=t' to install the Hurd's header files. 3. Follow the instructions in the GNU C Library for configuring and installing GNU libc. |