summaryrefslogtreecommitdiff
path: root/compatMakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-05-20 01:30:41 +0000
committerRoland McGrath <roland@redhat.com>1993-05-20 01:30:41 +0000
commite66d29867e0ecf287039b150e5fa4e9c041bf0ca (patch)
tree663548e9c2e1b2667c61880308724bd41ab8762e /compatMakefile
parent0bcabeb1343cb48bba6fc8cd70454fec91549add (diff)
downloadgunmake-e66d29867e0ecf287039b150e5fa4e9c041bf0ca.tar.gz
Formerly compatMakefile.~72~
Diffstat (limited to 'compatMakefile')
-rw-r--r--compatMakefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/compatMakefile b/compatMakefile
index 6a28520..ae2973e 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.