diff options
author | Miles Bader <miles@gnu.org> | 1997-07-22 19:26:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-07-22 19:26:07 +0000 |
commit | 27bac011b0467d4c683e12efcb7bccb15b1448e8 (patch) | |
tree | 790a168feb2e57bf4a1573273a11d97f9241b32c | |
parent | 8bebbb0b1d692c9dc130686c2e8503397e4da05c (diff) |
Remove devport from dependencies.
-rw-r--r-- | trans/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trans/Makefile b/trans/Makefile index 67c822ee..e383a29d 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -33,8 +33,8 @@ 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 ../libports/libports.a -null ifsock fifo new-fifo devport firmlink: ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a ../libihash/libihash.a +null ifsock fifo new-fifo firmlink: ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a ../libihash/libihash.a $(targets): ../libshouldbeinlibc/libshouldbeinlibc.a -fwd null ifsock fifo new-fifo devport firmlink: ../libthreads/libthreads.a +fwd null ifsock fifo new-fifo firmlink: ../libthreads/libthreads.a $(targets): %: %.o |