Mercurial > emacs
diff src/Makefile.in @ 17390:e19bb906e8ef
(mallocobj): Make non-REL_ALLOC configuration work
with glibc's malloc--do use vm-limit.o.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 11 Apr 1997 08:23:25 +0000 |
| parents | 98ab53aa2e6c |
| children | 6326f81513a4 |
line wrap: on
line diff
--- a/src/Makefile.in Fri Apr 11 08:21:38 1997 +0000 +++ b/src/Makefile.in Fri Apr 11 08:23:25 1997 +0000 @@ -540,7 +540,7 @@ #ifdef REL_ALLOC mallocobj = ralloc.o vm-limit.o #else /* ! defined (REL_ALLOC) */ -mallocobj = +mallocobj = vm-limit.o #endif /* ! defined (REL_ALLOC) */ #else /* ! defined (DOUG_LEA_MALLOC) */ #ifdef REL_ALLOC
