diff options
-rw-r--r-- | trans/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/Makefile b/trans/Makefile index e6c3cb35..1e81c5a5 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -35,6 +35,6 @@ 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 $(targets): ../libshouldbeinlibc/libshouldbeinlibc.a -fwd null ifsock fifo new-fifo devport: ../libthreads/libthreads.a +fwd null ifsock fifo new-fifo devport firmlink: ../libthreads/libthreads.a $(targets): %: %.o |