diff options
author | Paul Smith <psmith@gnu.org> | 2000-02-09 19:57:15 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-02-09 19:57:15 +0000 |
commit | 75f879f37f8c8e6b671c558ab85b3926c96fbb0c (patch) | |
tree | 4e20a8645b23c11813bdef5707a49eae5bddc8af /read.c | |
parent | e68a27ec7b22753dd2a61585a69290ca2e3c9d80 (diff) | |
download | gunmake-3.78.91.tar.gz |
* Fix backslash-escape in targets.3.78.91
* Release 3.78.91.
Diffstat (limited to 'read.c')
-rw-r--r-- | read.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -879,7 +879,7 @@ read_makefile (filename, flags) sizeof (struct nameseq), 1), sizeof (struct nameseq)); - *colonp = ':'; + *p2 = ':'; if (!filenames) { |