Mercurial > hg > xemacs-beta
changeset 773:4bc4fecf15da
[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
author | ben |
---|---|
date | Wed, 13 Mar 2002 10:16:26 +0000 |
parents | d682c0f82a71 |
children | 703228f54913 |
files | src/Makefile.in.in |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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