Jelajahi Sumber

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>
Markus Heidelberg 16 tahun lalu
induk
melakukan
76a6744da4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      package/Makefile.autotools.in

+ 1 - 1
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:
 #