summaryrefslogtreecommitdiffstats
path: root/rules/libxslt.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-01-11 10:45:17 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-01-11 10:45:17 +0000
commit140329fc5572356d2524b0dfe0e0cc53c5e3d191 (patch)
tree90ab4409a4a32f7ad5449afcbea85c5376b9d5c0 /rules/libxslt.make
parent1c0888545180f1942b13cb637c6bce3299127341 (diff)
downloadptxdist-140329fc5572356d2524b0dfe0e0cc53c5e3d191.tar.gz
ptxdist-140329fc5572356d2524b0dfe0e0cc53c5e3d191.tar.xz
* libxslt - typo fixed
- now it installs its config file into the correct path git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6817 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libxslt.make')
-rw-r--r--rules/libxslt.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/libxslt.make b/rules/libxslt.make
index 9d2eb24ed..21c3c2f93 100644
--- a/rules/libxslt.make
+++ b/rules/libxslt.make
@@ -2,7 +2,7 @@
# $Id: template 2878 2005-07-03 17:54:38Z rsc $
#
# Copyright (C) 2005 by Robert Schwebel
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -66,7 +66,7 @@ LIBXSLT_ENV = $(CROSS_ENV)
#
LIBXSLT_AUTOCONF = $(CROSS_AUTOCONF_USR)
LIBXSLT_AUTOCONF += --with-libxml-libs-prefix=$(SYSROOT)/usr/lib
-LIBXSLT_AUTOCONF += --with-libxml-include-prefix=$(SYSROOT)/usr/include
+LIBXSLT_AUTOCONF += --with-libxml-include-prefix=$(SYSROOT)/usr/include
LIBXSLT_AUTOCONF += --without-python
ifdef PTXCONF_LIBXSLT_CRYPTO
@@ -78,7 +78,7 @@ endif
ifdef PTXCONF_LIBXSLT_PLUGINS
LIBXSLT_AUTOCONF += --with-plugins
-else
+else
LIBXSLT_AUTOCONF += --without-plugins
endif
@@ -86,7 +86,7 @@ endif
ifdef PTXCONF_LIBXSLT_DEBUG
LIBXSLT_AUTOCONF += --with-debug
LIBXSLT_AUTOCONF += --with-debugger
-else
+else
LIBXSLT_AUTOCONF += --without-debug
LIBXSLT_AUTOCONF += --without-debugger
endif
@@ -120,10 +120,10 @@ libxslt_install: $(STATEDIR)/libxslt.install
$(STATEDIR)/libxslt.install: $(libxslt_install_deps_default)
@$(call targetinfo, $@)
@$(call install, LIBXSLT)
-
+
# FIXME: this probably has to be fixed upstream!
- # libxslt installs xslt-config to wrong path.
- install $(LIBXSLT_DIR)/xslt-config $(PTXCONF_PREFIX)/bin/
+ # libxslt installs xslt-config to wrong path.
+ install $(LIBXSLT_DIR)/xslt-config $(PTXCONF_CROSS_PREFIX)/bin/
@$(call touch, $@)