# HG changeset patch # User ben # Date 1016014586 0 # Node ID 4bc4fecf15da0d735be672979b1d8484bc90890d # Parent d682c0f82a714e2272fa8718bd29f1739ad86135 [xemacs-hg @ 2002-03-13 10:16:26 by ben] fix a Makefile problem -- need two pound signs for a comment in Makefile.in.in diff -r d682c0f82a71 -r 4bc4fecf15da src/Makefile.in.in --- a/src/Makefile.in.in Wed Mar 13 10:00:09 2002 +0000 +++ b/src/Makefile.in.in Wed Mar 13 10:16:26 2002 +0000 @@ -133,15 +133,15 @@ ######################################################################### -# Object files needed for compilation. +## Object files needed for compilation. -# NOTE: Some of the object files are specified in this file, and -# others in configure.in. The general rule is that they be specified -# here whenever they have clear dependencies on configure defines. -# They should be in configure.in when there is no configure define or -# when there is extremely hairy code to determine which files are -# needed (e.g. native sound support) and it would be pointless to -# duplicate that code. +## NOTE: Some of the object files are specified in this file, and +## others in configure.in. The general rule is that they be specified +## here whenever they have clear dependencies on configure defines. +## They should be in configure.in when there is no configure define or +## when there is extremely hairy code to determine which files are +## needed (e.g. native sound support) and it would be pointless to +## duplicate that code. gui_objs= #ifdef HAVE_MENUBARS