From: Roland McGrath Date: Sun, 3 Oct 1993 20:43:37 +0000 (+0000) Subject: Use : instead of dnl for comment inside $makefile_command. X-Git-Tag: emacs-19.34~11039 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbe097d0a59785e94f033c71fe8e9511c75e7794;p=emacs.git Use : instead of dnl for comment inside $makefile_command. --- diff --git a/configure1.in b/configure1.in index cca580ee366..630f3f23905 100755 --- a/configure1.in +++ b/configure1.in @@ -1411,7 +1411,7 @@ makefile_command='echo "creating src/Makefile"; ' -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;