diff options
author | Roland McGrath <roland@redhat.com> | 1993-02-22 19:19:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-02-22 19:19:33 +0000 |
commit | 60a76e0d39e81a1722513b9ed5cd599b3cf3086e (patch) | |
tree | 77fd865b8970678d6c3283910b85aaa80c11baad /compatMakefile | |
parent | c88072ca7473b4894f1de9d35b20aab613ed8bfb (diff) | |
download | gunmake-60a76e0d39e81a1722513b9ed5cd599b3cf3086e.tar.gz |
Formerly compatMakefile.~65~
Diffstat (limited to 'compatMakefile')
-rw-r--r-- | compatMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile index 5a620f7..67ed8a5 100644 --- a/compatMakefile +++ b/compatMakefile @@ -192,7 +192,7 @@ $(bindir)/$(instname): make $(infodir)/$(instname).info: make.info for file in make.info*; do \ $(INSTALL_DATA) $$file \ - `echo $@ | sed "s/$(instname).info\$$/$$file/"`; \ + `echo $@ | sed "s,$(instname).info\$$,$$file,"`; \ done $(mandir)/$(instname).$(manext): make.man |