* Makefile.in (autoconf-common autoheader-common): In documented
authorHans-Peter Nilsson <hp@axis.com>
Wed, 20 Dec 2006 12:35:07 +0000 (12:35 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Wed, 20 Dec 2006 12:35:07 +0000 (12:35 +0000)
usage, say SHELL=/bin/sh.
(.PHONY): Add autoheader-common.

sim/ChangeLog
sim/Makefile.in

index 4e4bd2c61035f48dc90000bda61a89f7ba195b6c..a773c120e980916aea209f9c71dd6c2bc9e33b0c 100644 (file)
@@ -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>
index 28ed0a8b18f39563738c56d96403843b1d02c4db..6497f5d9cc189ae054d8f5181bb649a460dee5dc 100644 (file)
@@ -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 \
This page took 0.025318 seconds and 4 git commands to generate.