/[emacs]/emacs/src/Makefile.in
ViewVC logotype

Diff of /emacs/src/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.235 by pj, Mon Oct 8 05:11:15 2001 UTC revision 1.236 by rms, Mon Nov 26 10:51:26 2001 UTC
# Line 570  termcapobj = tparam.o Line 570  termcapobj = tparam.o
570    
571  #ifndef SYSTEM_MALLOC  #ifndef SYSTEM_MALLOC
572    
573  #ifdef DOUG_LEA_MALLOC  #ifndef DOUG_LEA_MALLOC
574  #ifdef REL_ALLOC  gmallocobj = gmalloc.o
575  mallocobj = ralloc.o vm-limit.o  #endif
576  #else /* ! defined (REL_ALLOC) */  
 mallocobj = vm-limit.o  
 #endif /* ! defined (REL_ALLOC) */  
 #else /* ! defined (DOUG_LEA_MALLOC) */  
577  #ifdef REL_ALLOC  #ifdef REL_ALLOC
578  mallocobj = gmalloc.o ralloc.o vm-limit.o  rallocobj = ralloc.o
579  #else /* ! defined (REL_ALLOC) */  #endif
580  mallocobj = gmalloc.o vm-limit.o  
581  #endif /* ! defined (REL_ALLOC) */  mallocobj = $(gmallocobj) $(rallocobj) vm-limit.o
 #endif /* ! defined (DOUG_LEA_MALLOC) */  
582    
583  #endif /* SYSTEM_MALLOC */  #endif /* SYSTEM_MALLOC */
584    

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.236

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26