aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorGaius Mulley <gaius.mulley@southwales.ac.uk>2021-10-27 09:44:18 +0100
committerGaius Mulley <gaius.mulley@southwales.ac.uk>2021-10-27 09:44:18 +0100
commit4f375351244502bc784198106c72dfae40bed080 (patch)
tree1cc864badc233d78f6a336099fbb674d9925b515 /Makefile.tpl
parent507c1897458c6402c6ada999b8933624e96f2e6a (diff)
parent4f1fe0dc25391a1d73c1034a85b3b6bf04c5e26e (diff)
downloadgcc-4f375351244502bc784198106c72dfae40bed080.zip
gcc-4f375351244502bc784198106c72dfae40bed080.tar.gz
gcc-4f375351244502bc784198106c72dfae40bed080.tar.bz2
Merge branch 'master' into devel/modula-2.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 1b4964b..5891932 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -848,7 +848,7 @@ do-[+make_target+]:
# Here are the targets which correspond to the do-X targets.
.PHONY: info installcheck dvi pdf html
-.PHONY: install-info install-pdf install-html
+.PHONY: install-info install-dvi install-pdf install-html
.PHONY: clean distclean mostlyclean maintainer-clean realclean
.PHONY: local-clean local-distclean local-maintainer-clean
info: do-info
@@ -867,6 +867,8 @@ install-info: do-install-info dir.info
$(INSTALL_DATA) dir.info $(DESTDIR)$(infodir)/dir.info; \
else true; fi
+install-dvi: do-install-dvi
+
install-pdf: do-install-pdf
install-html: do-install-html