diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-08 02:43:13 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-08 02:43:13 +0000 |
commit | cfe78232ed425fc5cb138ea561547b915ed41a1d (patch) | |
tree | 3ba69940af2425e89c867a39b796cc385d8b8948 /trans/Makefile | |
parent | d2fde6871a9be7a05a1e6f1b79b1e50fb113bfa1 (diff) |
(fwd): Depend on libports.
Diffstat (limited to 'trans/Makefile')
-rw-r--r-- | trans/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/Makefile b/trans/Makefile index 0945ee0f..3ba15844 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -31,7 +31,7 @@ crash: crashServer.o crash_replyUser.o msgServer.o crash: ../libports/libports.a ../libtrivfs/libtrivfs.a ../libthreads/libthreads.a ../libfshelp/libfshelp.a fifo new-fifo: ../libpipe/libpipe.a -fwd new-fifo: ../libfshelp/libfshelp.a +fwd new-fifo: ../libfshelp/libfshelp.a ../libports/libports.a null ifsock fifo new-fifo devport: ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a ../libihash/libihash.a $(targets): ../libshouldbeinlibc/libshouldbeinlibc.a fwd null ifsock fifo new-fifo devport: ../libthreads/libthreads.a |