mirror of
https://github.com/mirror/make.git
synced 2025-01-04 01:10:26 +08:00
Formerly compatMakefile.~65~
This commit is contained in:
parent
c88072ca74
commit
60a76e0d39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user