aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2006-12-20 12:35:07 +0000
committerHans-Peter Nilsson <hp@axis.com>2006-12-20 12:35:07 +0000
commite80204fc86b91cf6f6e193e7c7d4a34a21c85e81 (patch)
tree9ca7bd77db9e3b98b4b721772575082f329aa572 /sim
parent49cbcfe9c9f69a7ec6ca68bb54ccde71f68af4d9 (diff)
downloadgdb-e80204fc86b91cf6f6e193e7c7d4a34a21c85e81.zip
gdb-e80204fc86b91cf6f6e193e7c7d4a34a21c85e81.tar.gz
gdb-e80204fc86b91cf6f6e193e7c7d4a34a21c85e81.tar.bz2
* Makefile.in (autoconf-common autoheader-common): In documented
usage, say SHELL=/bin/sh. (.PHONY): Add autoheader-common.
Diffstat (limited to 'sim')
-rw-r--r--sim/ChangeLog4
-rw-r--r--sim/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 4e4bd2c..a773c12 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,5 +1,9 @@
2006-12-20 Hans-Peter Nilsson <hp@axis.com>
+ * Makefile.in (autoconf-common autoheader-common): In documented
+ usage, say SHELL=/bin/sh.
+ (.PHONY): Add autoheader-common.
+
* MAINTAINERS: Add self as authorized committer for *.
2006-10-02 Edgar E. Iglesias <edgar@axis.com>
diff --git a/sim/Makefile.in b/sim/Makefile.in
index 28ed0a8..6497f5d 100644
--- a/sim/Makefile.in
+++ b/sim/Makefile.in
@@ -207,8 +207,8 @@ config.status: configure
# Utility to run autoconf in each directory that uses the common framework.
# This is intended to be invoked in $srcdir as
-# "make -f Makefile.in autoconf-common".
-.PHONY: autoconf-common
+# "make -f Makefile.in autoconf-common SHELL=/bin/sh".
+.PHONY: autoconf-common autoheader-common
autoconf-common autoheader-common:
for d in * ; \
do \