summaryrefslogtreecommitdiffstats
path: root/rules/host-glib.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-12-30 14:18:34 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-12 15:30:43 +0200
commit8220cf42f7e4cf5a44b592eb664ba626ad48a43e (patch)
treee59d16f1e29202d02b410f33fff28155395efb49 /rules/host-glib.make
parent8a9013a3180ce5006e5af2622164525a8aea38ae (diff)
downloadptxdist-8220cf42f7e4cf5a44b592eb664ba626ad48a43e.tar.gz
ptxdist-8220cf42f7e4cf5a44b592eb664ba626ad48a43e.tar.xz
[host-glib] depend on install.post for autogen-tools
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-glib.make')
-rw-r--r--rules/host-glib.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-glib.make b/rules/host-glib.make
index 22ddc463b..268473f28 100644
--- a/rules/host-glib.make
+++ b/rules/host-glib.make
@@ -19,7 +19,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_GLIB) += host-glib
HOST_GLIB_DIR = $(HOST_BUILDDIR)/$(GLIB)
ifdef PTXCONF_HOST_GLIB
-$(STATEDIR)/autogen-tools: $(STATEDIR)/host-glib.install
+$(STATEDIR)/autogen-tools: $(STATEDIR)/host-glib.install.post
endif
# ----------------------------------------------------------------------------