emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/Makefile.in


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/Makefile.in
Date: Sun, 01 Sep 2002 09:38:23 -0400

Index: emacs/src/Makefile.in
diff -c emacs/src/Makefile.in:1.257 emacs/src/Makefile.in:1.258
*** emacs/src/Makefile.in:1.257 Thu Aug  1 13:04:14 2002
--- emacs/src/Makefile.in       Sun Sep  1 09:38:23 2002
***************
*** 505,512 ****
  #endif /* not COFF_ENCAPSULATE */
  #endif /* not ORDINARY_LINK */
  
! ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \
!        LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE $(LDFLAGS)
  
  /* A macro which other sections of Makefile can redefine to munge the
     flags before they're passed to LD.  This is helpful if you have
--- 505,513 ----
  #endif /* not COFF_ENCAPSULATE */
  #endif /* not ORDINARY_LINK */
  
! /* Flags to pass to LD only for temacs.  */
! TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \
!        LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE
  
  /* A macro which other sections of Makefile can redefine to munge the
     flags before they're passed to LD.  This is helpful if you have
***************
*** 894,900 ****
  #endif
  
  temacs: MAKE_PARALLEL $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} 
${otherobj} OBJECTS_MACHINE prefix-args
!       $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) \
      -o temacs ${STARTFILES} ${obj} ${otherobj}  \
      OBJECTS_MACHINE ${LIBES}
  
--- 895,901 ----
  #endif
  
  temacs: MAKE_PARALLEL $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} 
${otherobj} OBJECTS_MACHINE prefix-args
!       $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \
      -o temacs ${STARTFILES} ${obj} ${otherobj}  \
      OBJECTS_MACHINE ${LIBES}
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]