diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-10 22:13:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-10 22:13:38 +0000 |
commit | 33b7f2713a04381d240ff533ebbdd88448703f55 (patch) | |
tree | 6916ffd69f2676dbebf6332434b8b80f91e85526 /Makefile | |
parent | fd9b257869c61f684f6e2a73c74206458509ab93 (diff) | |
download | hurd-33b7f2713a04381d240ff533ebbdd88448703f55.tar.gz hurd-33b7f2713a04381d240ff533ebbdd88448703f55.tar.bz2 hurd-33b7f2713a04381d240ff533ebbdd88448703f55.zip |
2004-09-10 Roland McGrath <roland@frob.com>
* Makefile (lib-subdirs): Remove bogon in last checkin.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ DIST_FILES = COPYING Makeconf config.make.in configure.in configure \ lib-subdirs = libshouldbeinlibc libihash libiohelp libports libthreads \ libpager libfshelp libdiskfs libtrivfs libps \ libnetfs libpipe libstore libhurdbugaddr libftpconn libcons \ - libpthread libtermserver + libpthread # Hurd programs prog-subdirs = auth proc exec init term \ |