changeset 3303:70873001835f

Install gpg-error-config to $(BUILD_TOOLS_PREFIX)/bin * src/libgpg-error.mk: fix gpg-error-config to install to $(BUILD_TOOLS_PREFIX)/bin
author John Donoghue <john.donoghue@ieee.org>
date Sun, 10 Nov 2013 19:24:03 -0500
parents 3be843f23263
children 2ccb71581ee9
files src/libgpg_error.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/libgpg_error.mk	Sun Nov 10 19:08:37 2013 -0500
+++ b/src/libgpg_error.mk	Sun Nov 10 19:24:03 2013 -0500
@@ -26,6 +26,6 @@
     $(MAKE) -C '$(1)/src' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
     $(MAKE) -C '$(1)/src' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= DESTDIR='$(3)'
     if [ $(MXE_NATIVE_BUILD) = no ]; then \
-      $(INSTALL) -m755 '$(3)$(HOST_BINDIR)/gpg-error-config' '$(3)$(BUILD_TOOLS_PREFIX)/bin/$(MXE_TOOL_PREFIX)gpg-error-config'; \
+      $(INSTALL) -m755 '$(3)$(HOST_BINDIR)/gpg-error-config' '$(BUILD_TOOLS_PREFIX)/bin/$(MXE_TOOL_PREFIX)gpg-error-config'; \
     fi
 endef