From: Gerd Moellmann Date: Thu, 14 Sep 2000 15:13:02 +0000 (+0000) Subject: (mallocobj) [SYSTEM_MALLOC]: Don't add ralloc.o. X-Git-Tag: emacs-pretest-21.0.90~1621 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95f784a93510e90b0aab81602e2f53cb9e589e8d;p=emacs.git (mallocobj) [SYSTEM_MALLOC]: Don't add ralloc.o. --- diff --git a/src/Makefile.in b/src/Makefile.in index cf9438b2b8b..aaa20be4192 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -583,12 +583,6 @@ mallocobj = gmalloc.o vm-limit.o #endif /* ! defined (REL_ALLOC) */ #endif /* ! defined (DOUG_LEA_MALLOC) */ -#else /* ! SYSTEM_MALLOC */ - -#ifdef REL_ALLOC_MMAP -mallocobj = ralloc.o -#endif - #endif /* SYSTEM_MALLOC */