aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-14 15:13:02 +0000
committerGerd Moellmann2000-09-14 15:13:02 +0000
commit95f784a93510e90b0aab81602e2f53cb9e589e8d (patch)
treee96f72b2c2f23f380306db90f35fa87abdbd04d3 /src
parent67cdbf1682534ccbf0242ced3c7a9f02a153ba64 (diff)
downloademacs-95f784a93510e90b0aab81602e2f53cb9e589e8d.tar.gz
emacs-95f784a93510e90b0aab81602e2f53cb9e589e8d.zip
(mallocobj) [SYSTEM_MALLOC]: Don't add ralloc.o.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in6
1 files changed, 0 insertions, 6 deletions
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
583#endif /* ! defined (REL_ALLOC) */ 583#endif /* ! defined (REL_ALLOC) */
584#endif /* ! defined (DOUG_LEA_MALLOC) */ 584#endif /* ! defined (DOUG_LEA_MALLOC) */
585 585
586#else /* ! SYSTEM_MALLOC */
587
588#ifdef REL_ALLOC_MMAP
589mallocobj = ralloc.o
590#endif
591
592#endif /* SYSTEM_MALLOC */ 586#endif /* SYSTEM_MALLOC */
593 587
594 588