mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-05 22:17:05 +00:00
Formerly compatMakefile.~72~
This commit is contained in:
parent
0bcabeb134
commit
e66d29867e
1 changed files with 6 additions and 2 deletions
|
@ -173,10 +173,14 @@ TAGS: $(tagsrcs)
|
|||
tags: $(tagsrcs)
|
||||
$(CTAGS) $(tagsrcs)
|
||||
|
||||
.PHONY: install
|
||||
install: $(bindir)/$(instname) $(infodir)/$(instname).info \
|
||||
.PHONY: install installdirs
|
||||
install: installdirs \
|
||||
$(bindir)/$(instname) $(infodir)/$(instname).info \
|
||||
$(mandir)/$(instname).$(manext)
|
||||
|
||||
installdirs:
|
||||
${srcdir}/mkinstalldirs
|
||||
|
||||
$(bindir)/$(instname): make
|
||||
$(INSTALL_PROGRAM) make $@.new
|
||||
# These are necessary for load-average checking to work on most Unix machines.
|
||||
|
|
Loading…
Reference in a new issue