From: Roland McGrath Date: Mon, 22 Feb 1993 19:19:33 +0000 (+0000) Subject: Formerly compatMakefile.~65~ X-Git-Tag: 3.70.2~363 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60a76e0d39e81a1722513b9ed5cd599b3cf3086e;p=thirdparty%2Fmake.git Formerly compatMakefile.~65~ --- diff --git a/compatMakefile b/compatMakefile index 5a620f77..67ed8a51 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