[Buildroot] [PATCH] Makefile.autotools.in: fix minimal foo.mk example

Markus Heidelberg markus.heidelberg at web.de
Sun May 3 11:54:19 UTC 2009


The directory argument was introduced to support packages in
subdirectories of package/ several months ago.

Signed-off-by: Markus Heidelberg <markus.heidelberg at web.de>
---
 package/Makefile.autotools.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index 3c01837..d6da7e8 100644
--- a/package/Makefile.autotools.in
+++ b/package/Makefile.autotools.in
@@ -10,7 +10,7 @@
 # | FOO_VERSION = 1.0
 # | FOO_SOURCE = foo-$(FOO_VERSION).tar.gz
 # | FOO_SITE = http://www.libfoo.org/dist
-# | $(eval $(call AUTOTARGETS,foo))
+# | $(eval $(call AUTOTARGETS,package,foo))
 #
 ## The following targets can be called from the shell:
 #
-- 
1.6.3.rc4.11.g6eda9



More information about the buildroot mailing list