summaryrefslogtreecommitdiff
path: root/read.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-02-09 19:57:15 +0000
committerPaul Smith <psmith@gnu.org>2000-02-09 19:57:15 +0000
commit75f879f37f8c8e6b671c558ab85b3926c96fbb0c (patch)
tree4e20a8645b23c11813bdef5707a49eae5bddc8af /read.c
parente68a27ec7b22753dd2a61585a69290ca2e3c9d80 (diff)
downloadgunmake-75f879f37f8c8e6b671c558ab85b3926c96fbb0c.tar.gz
* Fix backslash-escape in targets.3.78.91
* Release 3.78.91.
Diffstat (limited to 'read.c')
-rw-r--r--read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.c b/read.c
index 67b2a2d..c5434f7 100644
--- a/read.c
+++ b/read.c
@@ -879,7 +879,7 @@ read_makefile (filename, flags)
sizeof (struct nameseq),
1),
sizeof (struct nameseq));
- *colonp = ':';
+ *p2 = ':';
if (!filenames)
{