changeset 3304:2ccb71581ee9

Install libgcrypt-config to BUILD_TOOLS/bin * src/libgcrypt.mk: install libgcrypt-config back into BUILD_TOOLS/bin
author John Donoghue <john.donoghue@ieee.org>
date Sun, 10 Nov 2013 19:29:06 -0500
parents 70873001835f
children 79c0dc273dad
files src/libgcrypt.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/libgcrypt.mk	Sun Nov 10 19:24:03 2013 -0500
+++ b/src/libgcrypt.mk	Sun Nov 10 19:29:06 2013 -0500
@@ -35,6 +35,6 @@
         $(SED) -i -e '/^LTCPPASCOMPILE/ {s/$$(LIBTOOL)/& --tag=CC/;}' '$(1)/mpi/Makefile')
     $(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)/libgcrypt-config' '$(3)$(BUILD_TOOLS_PREFIX)/bin/$(MXE_TOOL_PREFIX)libgcrypt-config'; \
+      $(INSTALL) -m755 '$(3)$(HOST_BINDIR)/libgcrypt-config' '$(BUILD_TOOLS_PREFIX)/bin/$(MXE_TOOL_PREFIX)libgcrypt-config'; \
     fi
 endef