summaryrefslogtreecommitdiffstats
path: root/rules/templates
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2012-03-27 09:28:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-03-28 11:14:52 +0200
commite22aa6dfd989e1814fc164e64907a20b5ac3c967 (patch)
treeacc86cfa0505d7bac3ceb248af282a2668e7dccb /rules/templates
parent8ca25d523088c909ba717218543865ebba861999 (diff)
downloadptxdist-e22aa6dfd989e1814fc164e64907a20b5ac3c967.tar.gz
ptxdist-e22aa6dfd989e1814fc164e64907a20b5ac3c967.tar.xz
Fix klibc package template
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/templates')
-rw-r--r--rules/templates/template-klibc-make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/templates/template-klibc-make b/rules/templates/template-klibc-make
index 43302abb4..c2df39e7b 100644
--- a/rules/templates/template-klibc-make
+++ b/rules/templates/template-klibc-make
@@ -25,7 +25,7 @@ PACKAGES-$(PTXCONF_@PACKAGE@) += @package@
@PACKAGE@_DIR := $(KLIBC_BUILDDIR)/$(@PACKAGE@)
ifdef PTXCONF_@PACKAGE@
-$(STATEDIR)/klibc-targetinstall.post: $(STATEDIR)/@package@.targetinstall
+$(STATEDIR)/klibc.targetinstall.post: $(STATEDIR)/@package@.targetinstall
endif
# ----------------------------------------------------------------------------