diff options
-rw-r--r-- | trans/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trans/Makefile b/trans/Makefile index d08aeb8e..0945ee0f 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -29,6 +29,7 @@ symlink magic: fsysServer.o ifsock: ifsockServer.o 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 null ifsock fifo new-fifo devport: ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a ../libihash/libihash.a |