diff options
-rw-r--r-- | libports/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/Makefile b/libports/Makefile index 909d655a..68088ea3 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -22,7 +22,7 @@ dir := libports makemode := library libname = libports -SRCS = create-bucket.c create-class.c allocate-port.c intern-external-port.c \ +SRCS = create-bucket.c create-class.c \ reallocate-port.c reallocate-from-external.c destroy-right.c \ lookup-port.c port-ref.c port-ref-weak.c port-deref.c port-deref-weak.c \ no-senders.c begin-rpc.c end-rpc.c manage-one-thread.c manage-multithread.c \ |