diff options
author | Roland McGrath <roland@gnu.org> | 1996-02-15 17:14:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-02-15 17:14:48 +0000 |
commit | 83cfd73cf6d2d897e9401aee53ce0fe3b42a3394 (patch) | |
tree | af8573eda3fd66f1d418b47118e0ced521dfb788 | |
parent | 3964340a690d43564e6a9ac451b67a37ffa710c7 (diff) | |
download | glibc-83cfd73cf6d2d897e9401aee53ce0fe3b42a3394.tar glibc-83cfd73cf6d2d897e9401aee53ce0fe3b42a3394.tar.gz glibc-83cfd73cf6d2d897e9401aee53ce0fe3b42a3394.tar.bz2 glibc-83cfd73cf6d2d897e9401aee53ce0fe3b42a3394.zip |
[$(subdir)-signal] (sysdep_routines): Don't sys-sig.
-rw-r--r-- | sysdeps/unix/sysv/sysv4/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sysdeps/unix/sysv/sysv4/Makefile b/sysdeps/unix/sysv/sysv4/Makefile index 0c149da85c..320e99bcf4 100644 --- a/sysdeps/unix/sysv/sysv4/Makefile +++ b/sysdeps/unix/sysv/sysv4/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1992, 1993, 1995 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1995, 1996 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 @@ -22,13 +22,6 @@ sysdep_routines := $(sysdep_routines) sysconfig pgrpsys __waitid endif - -ifeq ($(subdir),signal) - -sysdep_routines := $(sysdep_routines) sys-sig - -endif - ifeq ($(subdir),misc) sysdep_routines := $(sysdep_routines) sysinfo |