From: Roland McGrath Date: Thu, 20 May 1993 01:30:41 +0000 (+0000) Subject: Formerly compatMakefile.~72~ X-Git-Tag: 3.70.2~275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e66d29867e0ecf287039b150e5fa4e9c041bf0ca;p=thirdparty%2Fmake.git Formerly compatMakefile.~72~ --- diff --git a/compatMakefile b/compatMakefile index 6a285206..ae2973ed 100644 --- a/compatMakefile +++ b/compatMakefile @@ -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.