X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=blobdiff_plain;f=setjmp%2FMakefile;h=3d004852c8f93f832587a5c4dfbadffddedcc634;hp=c16740e71b0179f24fdd3e52bb80aebb26e22b10;hb=19eb3ed087779a7867aef6d646b709ea6e700d4e;hpb=48a0577f1f392ccea89ad96bc8e3362a53650022 diff --git a/setjmp/Makefile b/setjmp/Makefile index c16740e71b..3d004852c8 100644 --- a/setjmp/Makefile +++ b/setjmp/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -23,10 +23,10 @@ subdir := setjmp headers := setjmp.h jmp_buf.h -routines := setjmp sigjmp _setjmp \ - longjmp _longjmp __longjmp siglongjmp +routines := setjmp sigjmp bsd-setjmp bsd-_setjmp \ + longjmp __longjmp jmp-unwind -tests := tst-setjmp +tests := tst-setjmp jmpbug include ../Rules