Mercurial > emacs
changeset 4812:f29e05dc032f
Use : instead of dnl for comment inside $makefile_command.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Sun, 03 Oct 1993 20:43:37 +0000 |
parents | 4df040383e8a |
children | 71aeda5d1b6e |
files | configure1.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Sun Oct 03 20:41:20 1993 +0000 +++ b/configure1.in Sun Oct 03 20:43:37 1993 +0000 @@ -1411,7 +1411,7 @@ ' -e '\''s/^ / /'\'' '\ ' | sed -n -e '\''/^..*$/p'\'' '\ ' > Makefile.new; -dnl There is a window of lossage if you mv Makefile.new before chmoding it. + : 'There is a window of lossage if you mv Makefile.new before chmoding it.' chmod 444 Makefile.new; mv -f Makefile.new Makefile; rm -f junk.c junk.cpp;