From d6eecef07b2d34a41f1e4f37cc5a01cdb4570b73 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sat, 28 Dec 1996 22:33:53 +0000 Subject: * Makefile.in (mm.o): New target that combines all the functions into a single object module. This avoids client programs picking up part of the allocation routines from mmalloc and part from libc, which can lead to undefined behavior. (CFILES): Add mm.c (TARGETOBJS): Define to be either the individual objects or the single combined object. (TARGETLIB): Create the archive using TARGETOBJS. * mm.c: New file that simply #includes the other source C files. --- mmalloc/.Sanitize | 1 + 1 file changed, 1 insertion(+) (limited to 'mmalloc/.Sanitize') diff --git a/mmalloc/.Sanitize b/mmalloc/.Sanitize index cd8b13d..48c5377 100644 --- a/mmalloc/.Sanitize +++ b/mmalloc/.Sanitize @@ -34,6 +34,7 @@ detach.c keys.c mcalloc.c mfree.c +mm.c mmalloc.c mmalloc.h mmalloc.texi -- cgit v1.1