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: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/Makefile.in
Date: Thu, 07 Nov 2002 01:23:05 -0500

Index: emacs/src/Makefile.in
diff -c emacs/src/Makefile.in:1.259 emacs/src/Makefile.in:1.260
*** emacs/src/Makefile.in:1.259 Mon Sep 30 02:32:53 2002
--- emacs/src/Makefile.in       Thu Oct 17 11:21:44 2002
***************
*** 506,513 ****
  #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
--- 506,516 ----
  #endif /* not ORDINARY_LINK */
  
  /* Flags to pass to LD only for temacs.  */
+ /* Don't delete the trailing comment character or you lose on Tru64 
+    with /usr/lib/cpp, for instance, when INTERVAL_SRC... comes immediately
+    after the backslash.  */
  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




reply via email to

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