summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heidelberg <markus.heidelberg@web.de>2009-05-03 13:54:19 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-05-03 22:13:20 +0200
commit76a6744da412d0d5ec813ee746abee635cfa579d (patch)
tree5fe90323f3ab557558cabbe02d7ad42bd5e3044c
parente2cac48876e11a29fd7b873dbfe2e5b0138e3fe5 (diff)
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>
-rw-r--r--package/Makefile.autotools.in2
1 files changed, 1 insertions, 1 deletions
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:
#