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 <markus.heidelberg@web.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Markus Heidelberg 2009-05-03 13:54:19 +02:00 committed by Peter Korsgaard
parent e2cac48876
commit 76a6744da4

View File

@ -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:
#