mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-07 04:55:46 +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)
|
tags: $(tagsrcs)
|
||||||
$(CTAGS) $(tagsrcs)
|
$(CTAGS) $(tagsrcs)
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install installdirs
|
||||||
install: $(bindir)/$(instname) $(infodir)/$(instname).info \
|
install: installdirs \
|
||||||
|
$(bindir)/$(instname) $(infodir)/$(instname).info \
|
||||||
$(mandir)/$(instname).$(manext)
|
$(mandir)/$(instname).$(manext)
|
||||||
|
|
||||||
|
installdirs:
|
||||||
|
${srcdir}/mkinstalldirs
|
||||||
|
|
||||||
$(bindir)/$(instname): make
|
$(bindir)/$(instname): make
|
||||||
$(INSTALL_PROGRAM) make $@.new
|
$(INSTALL_PROGRAM) make $@.new
|
||||||
# These are necessary for load-average checking to work on most Unix machines.
|
# These are necessary for load-average checking to work on most Unix machines.
|
||||||
|
|
Loading…
Reference in a new issue