diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 19:33:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 19:33:12 +0000 |
commit | 1fdf2b334088ac5b6776aaacab0d1cb43bb65739 (patch) | |
tree | eb4e41d24d77bd0e1f3158701c7abe60bf4f36dc | |
parent | a2d17cc4f8b345fab31f0833d129397c79050f9c (diff) |
(OTHERSRCS): Delete handle-port.c.
-rw-r--r-- | libtrivfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index 394c7d18..4f909ba8 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -34,7 +34,7 @@ IOSRCS=io-async-icky.c io-async.c io-duplicate.c io-map.c io-modes-get.c \ FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-stubs.c fsys-syncfs.c fsys-forward.c -OTHERSRCS=demuxer.c handle-port.c protid-clean.c protid-dup.c cntl-create.c \ +OTHERSRCS=demuxer.c protid-clean.c protid-dup.c cntl-create.c \ cntl-clean.c migsupport.c times.c startup.c open.c SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(OTHERSRCS) |