From: Roland McGrath Date: Fri, 5 Feb 1993 22:48:57 +0000 (+0000) Subject: Formerly compatMakefile.~62~ X-Git-Tag: 3.70.2~377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f1320fba290d5b380546defed1acb0d6a50b438;p=thirdparty%2Fmake.git Formerly compatMakefile.~62~ --- diff --git a/compatMakefile b/compatMakefile index 38582ffc..b885038f 100644 --- a/compatMakefile +++ b/compatMakefile @@ -188,9 +188,9 @@ $(bindir)/$(instname): make $(infodir)/$(instname).info: make.info for file in $(srcdir)/make.info*; do \ - name="`basename $$file`" + name="`basename $$file`"; \ $(INSTALL_DATA) $$file \ - `echo $@ | sed "s/$(instname).info\$$/$$name/"` + `echo $@ | sed "s/$(instname).info\$$/$$name/"`; \ done $(mandir)/$(instname).$(manext): make.man