]> git.eshelyaron.com Git - emacs.git/commitdiff
(TEMACS_LDFLAGS): Add trailing comment.
authorDave Love <fx@gnu.org>
Thu, 17 Oct 2002 15:21:44 +0000 (15:21 +0000)
committerDave Love <fx@gnu.org>
Thu, 17 Oct 2002 15:21:44 +0000 (15:21 +0000)
src/Makefile.in

index 5c8b88eef1b036df2e4589606dbe8f16a4457013..0169205240ed1dbb4a33390133aac86925edd251 100644 (file)
@@ -506,8 +506,11 @@ LD=ld
 #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
+        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