changeset 3301:724c7c2201aa

Fix install of cross build of pcre-config to $(BUILD_TOOLS_PREFIX)/bin. * src/pcre.mk: fix install of pcre-config to $(BUILD_TOOLS_PREFIX)/bin
author John Donoghue <john.donoghue@ieee.org>
date Sun, 10 Nov 2013 19:18:45 -0500
parents 75c25cc8e6b6
children 3be843f23263
files src/pcre.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/pcre.mk	Sat Nov 09 23:28:04 2013 -0500
+++ b/src/pcre.mk	Sun Nov 10 19:18:45 2013 -0500
@@ -34,6 +34,6 @@
     rm -f '$(HOST_PREFIX)'/share/man/man3/pcre16*.3
     $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= DESTDIR='$(3)'
     if [ $(MXE_NATIVE_BUILD) = no ]; then \
-      $(INSTALL) -m755 '$(3)$(HOST_BINDIR)/pcre-config' '$(3)$(BUILD_TOOLS_PREFIX)/bin/pcre-config'; \
+      $(INSTALL) -m755 '$(3)$(HOST_BINDIR)/pcre-config' '$(BUILD_TOOLS_PREFIX)/bin/pcre-config'; \
     fi
 endef