From: Hans-Peter Nilsson Date: Wed, 20 Dec 2006 12:35:07 +0000 (+0000) Subject: * Makefile.in (autoconf-common autoheader-common): In documented X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=63e3b390f9edf0c631bec827604aec236f4972b5;p=pf3gnuchains%2Fpf3gnuchains3x.git * Makefile.in (autoconf-common autoheader-common): In documented usage, say SHELL=/bin/sh. (.PHONY): Add autoheader-common. --- diff --git a/sim/ChangeLog b/sim/ChangeLog index 4e4bd2c610..a773c120e9 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,5 +1,9 @@ 2006-12-20 Hans-Peter Nilsson + * 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 diff --git a/sim/Makefile.in b/sim/Makefile.in index 28ed0a8b18..6497f5d9cc 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 \