* Makefile.in (autoconf-common autoheader-common): In documented
usage, say SHELL=/bin/sh. (.PHONY): Add autoheader-common.
This commit is contained in:
parent
49cbcfe9c9
commit
e80204fc86
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue