diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-27 19:29:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-27 19:29:27 +0000 |
commit | 9c92309deb59d538ccce9c932b457fe68504322c (patch) | |
tree | d7cd1c2a02b0e39be41e4765840e375335bd34ec | |
parent | bbc3ed485c4e09634e00782479298ce294e308f8 (diff) |
(SRCS): Added stubs.c.
-rw-r--r-- | libports/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/Makefile b/libports/Makefile index c8858f6a..0b6a8e81 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -29,7 +29,7 @@ SRCS = create-bucket.c create-class.c allocate-port.c intern-external-port.c \ inhibit-all-rpcs.c resume-port-rpcs.c resume-class-rpcs.c \ resume-bucket-rpcs.c resume-all-rpcs.c interrupt-rpc.c \ init.c complete-deallocate.c get-right.c count-class.c count-bucket.c \ - enable-class.c enable-bucket.c bucket-iterate.c + enable-class.c enable-bucket.c bucket-iterate.c stubs.c OBJS = $(subst .c,.o,$(SRCS)) LCLHDRS = ports.h |