From 76a6744da412d0d5ec813ee746abee635cfa579d Mon Sep 17 00:00:00 2001 From: Markus Heidelberg Date: Sun, 3 May 2009 13:54:19 +0200 Subject: 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 --- package/Makefile.autotools.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 3c0183731..d6da7e86a 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: # -- cgit v1.2.3