From: Markus Heidelberg Date: Sun, 3 May 2009 11:54:19 +0000 (+0200) Subject: Makefile.autotools.in: fix minimal foo.mk example X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76a6744da412d0d5ec813ee746abee635cfa579d;p=buildroot.git Makefile.autotools.in: fix minimal foo.mk example The directory argument was introduced to support packages in subdirectories of package/ several months ago. Signed-off-by: Markus Heidelberg Signed-off-by: Peter Korsgaard --- diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 3c01837316..d6da7e86a4 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: #