summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_dgen.awk
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-10-18 15:08:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-10-18 16:24:14 +0200
commit9edbad72fc63f2d4b2e8a9613850379cc0b3c623 (patch)
tree2cb79574c928be9dcc0daac86f4a791012dabd7d /scripts/lib/ptxd_lib_dgen.awk
parent3ad165067c1eba8b6f19228d5e3fbd0f203da881 (diff)
downloadptxdist-9edbad72fc63f2d4b2e8a9613850379cc0b3c623.tar.gz
ptxdist-9edbad72fc63f2d4b2e8a9613850379cc0b3c623.tar.xz
ptxd_lib_dgen: autogen.sh is now called in .extract.post, so depend on autogen-tools there
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_lib_dgen.awk')
-rw-r--r--scripts/lib/ptxd_lib_dgen.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
index d2e19e510..00b985a5d 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -269,7 +269,7 @@ function write_deps_pkg_active(this_PKG, this_pkg, prefix) {
print "ifneq ($(" this_PKG "),)" > DGEN_DEPS_POST;
# on autogen script
print "ifneq ($(call autogen_dep,$(" this_PKG ")),)" > DGEN_DEPS_POST;
- print "$(STATEDIR)/" this_pkg ".extract: $(STATEDIR)/autogen-tools" > DGEN_DEPS_POST;
+ print "$(STATEDIR)/" this_pkg ".extract.post: $(STATEDIR)/autogen-tools" > DGEN_DEPS_POST;
print "endif" > DGEN_DEPS_POST;
# on lndir
print "ifneq ($(findstring lndir://,$(" this_PKG "_URL)),)" > DGEN_DEPS_POST;