diff options
Diffstat (limited to 'sim/Makefile.in')
-rw-r--r-- | sim/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/Makefile.in b/sim/Makefile.in index 28ed0a8b18f..6497f5d9cc1 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 \ |