diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-08 02:52:01 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-08 02:52:01 +0000 |
commit | 948fea8c7f015cfdf5cbab20c198528f25e1cd30 (patch) | |
tree | b459f33cfa4b8f4406e9fa8ac121b8c033d41720 /Makefile | |
parent | cdcd0cc0532d13b1e269c0d4f052c1f50e5de6e5 (diff) |
(lib-subdirs): Move libthreads up before libpager.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,8 +24,8 @@ endif include $(srcdir)/Makeconf -lib-subdirs = libshouldbeinlibc libihash libiohelp libports libpager \ - libfshelp libdiskfs libtrivfs libthreads libps \ +lib-subdirs = libshouldbeinlibc libihash libiohelp libports libthreads \ + libpager libfshelp libdiskfs libtrivfs libps \ libnetfs libpipe libstore libmom prog-subdirs = auth boot exec fstests init \ proc term ufs utils sutils trans ufs-fsck \ |