summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@codesourcery.com>2006-04-12 19:06:01 +0000
committerCarlos O'Donell <carlos@codesourcery.com>2006-04-12 19:06:01 +0000
commit1297b50a61b8de7320bbaa7cc398352c7fd4ded6 (patch)
tree3a528618e645b26839a6bff50d0433215b1111c1
parent19b3f5ca0e2cefd4107f14628be5d1533d09991d (diff)
downloadbinutils-gdb-1297b50a61b8de7320bbaa7cc398352c7fd4ded6.tar.gz
2006-04-12 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html to install target deps. * Makefile.in: Regenerate.
-rw-r--r--ChangeLog.csl7
-rw-r--r--Makefile.in2
-rw-r--r--Makefile.tpl2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 696b146f6e7..f54d7b2ab7f 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,8 @@
+2006-04-10 Carlos O'Donell <carlos@codesourcery.com>
+
+ * Makefile.tpl: Add install-html to install target deps.
+ * Makefile.in: Regenerate.
+
2006-04-07 Julian Brown <julian@codesourcery.com>
* gas/config/tc-arm.c (neon_el_type): Make NT_invtype be the zero (so
@@ -84,7 +89,7 @@
* gas/testsuite/gas/arm/neon-psyn.s: Basic test of programmers syntax.
* gas/testsuite/gas/arm/neon-psyn.d: Expected output of above.
-2006-04-03 Carlos O'Donell <carlos@codesourcery.com>
+2006-04-03 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target.
* Makefile.def: Add install-html target.
diff --git a/Makefile.in b/Makefile.in
index 2d0da2e7c3c..5a8fc9679be 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2132,7 +2132,7 @@ install:
@: $(MAKE); $(unstage)
@r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
- $(MAKE) $(RECURSE_FLAGS_TO_PASS) installdirs install-host install-target
+ $(MAKE) $(RECURSE_FLAGS_TO_PASS) installdirs install-host install-target install-html
.PHONY: install-host-nogcc
install-host-nogcc: \
diff --git a/Makefile.tpl b/Makefile.tpl
index b83d8d5abd9..e3306c6f7e2 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -642,7 +642,7 @@ install:
@: $(MAKE); $(unstage)
@r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
- $(MAKE) $(RECURSE_FLAGS_TO_PASS) installdirs install-host install-target
+ $(MAKE) $(RECURSE_FLAGS_TO_PASS) installdirs install-host install-target install-html
.PHONY: install-host-nogcc
install-host-nogcc: [+