changeset 31437:37bd37a8f3f3

[!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj.
author Dave Love <fx@gnu.org>
date Thu, 07 Sep 2000 09:49:32 +0000
parents 79896a32090f
children 55a7016ebd69
files src/Makefile.in
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Thu Sep 07 08:11:58 2000 +0000
+++ b/src/Makefile.in	Thu Sep 07 09:49:32 2000 +0000
@@ -583,6 +583,12 @@
 #endif /* ! defined (REL_ALLOC) */
 #endif /* ! defined (DOUG_LEA_MALLOC) */
 
+#else /* ! SYSTEM_MALLOC */
+
+#ifdef REL_ALLOC_MMAP
+mallocobj = ralloc.o vm-limit.o
+#endif
+
 #endif /* SYSTEM_MALLOC */