From 60a76e0d39e81a1722513b9ed5cd599b3cf3086e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 22 Feb 1993 19:19:33 +0000 Subject: Formerly compatMakefile.~65~ --- compatMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compatMakefile') 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 -- cgit v1.2.3