diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-27 19:57:24 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-27 19:57:24 +0000 |
commit | 5eacda3767c07952a8ba4c6ff77cb930e4a9db08 (patch) | |
tree | 43835200ad3b4185f232b00a56bf9b4138bb0957 /libports/Makefile | |
parent | edeb5d7e2a533cdd51bea84a00c7d491e18225ef (diff) |
(SRCS): nope.
Diffstat (limited to 'libports/Makefile')
-rw-r--r-- | libports/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/Makefile b/libports/Makefile index 0b6a8e81..6fc2aec9 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 stubs.c + enable-class.c enable-bucket.c bucket-iterate.c OBJS = $(subst .c,.o,$(SRCS)) LCLHDRS = ports.h |