diff options
| author | Roland McGrath | 1993-10-03 20:43:37 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-10-03 20:43:37 +0000 |
| commit | bbe097d0a59785e94f033c71fe8e9511c75e7794 (patch) | |
| tree | a257d0438b3522c33cd948f54ce7ad02d13e1e38 | |
| parent | 916758115d339961315d4a298fee2bd72d6c851e (diff) | |
| download | emacs-bbe097d0a59785e94f033c71fe8e9511c75e7794.tar.gz emacs-bbe097d0a59785e94f033c71fe8e9511c75e7794.zip | |
Use : instead of dnl for comment inside $makefile_command.
| -rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
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"; | |||
| 1411 | ' -e '\''s/^ / /'\'' '\ | 1411 | ' -e '\''s/^ / /'\'' '\ |
| 1412 | ' | sed -n -e '\''/^..*$/p'\'' '\ | 1412 | ' | sed -n -e '\''/^..*$/p'\'' '\ |
| 1413 | ' > Makefile.new; | 1413 | ' > Makefile.new; |
| 1414 | dnl There is a window of lossage if you mv Makefile.new before chmoding it. | 1414 | : 'There is a window of lossage if you mv Makefile.new before chmoding it.' |
| 1415 | chmod 444 Makefile.new; | 1415 | chmod 444 Makefile.new; |
| 1416 | mv -f Makefile.new Makefile; | 1416 | mv -f Makefile.new Makefile; |
| 1417 | rm -f junk.c junk.cpp; | 1417 | rm -f junk.c junk.cpp; |