Formerly compatMakefile.~65~

This commit is contained in:
Roland McGrath 1993-02-22 19:19:33 +00:00
parent c88072ca74
commit 60a76e0d39

View file

@ -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