diff options
Diffstat (limited to 'signal/Makefile')
-rw-r--r-- | signal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/signal/Makefile b/signal/Makefile index f3c19e2..2ec3ddd 100644 --- a/signal/Makefile +++ b/signal/Makefile @@ -23,7 +23,7 @@ subdir := signal include ../Makeconfig headers := signal.h sys/signal.h \ - bits/signum.h bits/signum-generic.h \ + bits/signum-generic.h bits/signum-arch.h \ bits/sigcontext.h bits/sigaction.h \ bits/sigevent-consts.h bits/siginfo-consts.h \ bits/sigstack.h bits/sigthread.h bits/ss_flags.h \ |