diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-02 13:05:17 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-02 13:05:17 +0000 |
commit | c1bb4ddffbee3c12824765dc0ff2439ffa032c2b (patch) | |
tree | a1a5ed070a6871e5ed67a8a3d7fcd352e5156c35 /libc/signal/Makefile | |
parent | 86c2d86a8081921b7161e61bad7774fe20931b1d (diff) |
Fix a few things I'd missed when using old (2.0.x) kernels.
-Erik
Diffstat (limited to 'libc/signal/Makefile')
-rw-r--r-- | libc/signal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/signal/Makefile b/libc/signal/Makefile index c58717547..c3e7029af 100644 --- a/libc/signal/Makefile +++ b/libc/signal/Makefile @@ -28,7 +28,7 @@ CSRC= allocrtsig.c killpg.c raise.c sigaction.c sigaddset.c sigandset.c \ sigblock.c sigdelset.c sigempty.c sigfillset.c siggetmask.c sighold.c \ sigignore.c sigintr.c sigisempty.c sigismem.c sigjmp.c signal.c \ sigorset.c sigpause.c sigrelse.c sigset.c sigsetmask.c sigsetops.c \ - sigsuspend.c sysv_signal.c + sysv_signal.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) |