diff options
Diffstat (limited to 'setjmp/Makefile')
-rw-r--r-- | setjmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/setjmp/Makefile b/setjmp/Makefile index dcac569..603f61d 100644 --- a/setjmp/Makefile +++ b/setjmp/Makefile @@ -22,7 +22,8 @@ subdir := setjmp include ../Makeconfig -headers := setjmp.h bits/setjmp.h bits/setjmp2.h +headers := setjmp.h bits/setjmp.h bits/setjmp2.h \ + bits/types/struct___jmp_buf_tag.h routines := setjmp sigjmp bsd-setjmp bsd-_setjmp \ longjmp __longjmp jmp-unwind |