mirror of
https://github.com/mirror/make.git
synced 2025-01-06 02:10:35 +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
|
$(infodir)/$(instname).info: make.info
|
||||||
for file in make.info*; do \
|
for file in make.info*; do \
|
||||||
$(INSTALL_DATA) $$file \
|
$(INSTALL_DATA) $$file \
|
||||||
`echo $@ | sed "s/$(instname).info\$$/$$file/"`; \
|
`echo $@ | sed "s,$(instname).info\$$,$$file,"`; \
|
||||||
done
|
done
|
||||||
|
|
||||||
$(mandir)/$(instname).$(manext): make.man
|
$(mandir)/$(instname).$(manext): make.man
|
||||||
|
Loading…
Reference in New Issue
Block a user