From: Ulrich Drepper Date: Fri, 30 Jan 1998 17:02:59 +0000 (+0000) Subject: (headers): Add mcheck.h. X-Git-Tag: cvs/before-sparc-2_0_x-branch~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fe8bab71d07b3635f5f55cba8a7bc93d55d2fbf;p=thirdparty%2Fglibc.git (headers): Add mcheck.h. (distribute): Remove mcheck.h. --- diff --git a/malloc/Makefile b/malloc/Makefile index b43ce136cd8..1dbebe19845 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. +# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 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 @@ -24,10 +24,10 @@ subdir := malloc all: dist-headers := malloc.h -headers := $(dist-headers) obstack.h +headers := $(dist-headers) obstack.h mcheck.h tests := mallocbug -distribute = thread-m.h mtrace.awk mcheck-init.c mcheck.h +distribute = thread-m.h mtrace.awk mcheck-init.c # Things which get pasted together into gmalloc.c. gmalloc-routines := malloc morecore