diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-06 00:33:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-06 00:33:56 +0000 |
commit | 01cfd4b71f4fb73574d17dadc92024a748020f86 (patch) | |
tree | 7d1d3b76fd6aaf9e4fe05a6c9a433b70f3a34451 /debug/Makefile | |
parent | 542493f93c68755e0c005309e061d5a5a42142ac (diff) | |
download | glibc-01cfd4b71f4fb73574d17dadc92024a748020f86.tar.gz glibc-01cfd4b71f4fb73574d17dadc92024a748020f86.tar.xz glibc-01cfd4b71f4fb73574d17dadc92024a748020f86.zip |
Update.
2000-01-05 Ulrich Drepper <drepper@cygnus.com> * debug/Makefile (distribute): Add frame.h.
Diffstat (limited to 'debug/Makefile')
-rw-r--r-- | debug/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/Makefile b/debug/Makefile index 8075340eb4..d3b70c83f8 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999 Free Software Foundation, Inc. +# Copyright (C) 1998, 1999, 2000 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,7 +22,7 @@ subdir := debug headers := execinfo.h -distribute = sigcontextinfo.h register-dump.h +distribute = sigcontextinfo.h register-dump.h frame.h routines := backtrace backtracesyms backtracesymsfd noophooks |