diff options
author | Tony Theodore <tonyt@logyst.com> | 2014-02-09 15:47:16 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-02-09 15:47:16 (GMT) |
commit | 837ecd6648a20d41d4438c192af469b168156535 (patch) | |
tree | 2b26388f81051e90fa7641cc2c00f0158b5d8f43 /src | |
parent | 57fa8e075ed02e7f062dceefce8c8342d3e23e82 (diff) | |
download | mxe-837ecd6648a20d41d4438c192af469b168156535.zip mxe-837ecd6648a20d41d4438c192af469b168156535.tar.gz mxe-837ecd6648a20d41d4438c192af469b168156535.tar.bz2 |
Makefile and pkgconf: move external tools separate directory
Diffstat (limited to 'src')
-rw-r--r-- | src/pkgconf.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkgconf.mk b/src/pkgconf.mk index a5d4146..146ba3d 100644 --- a/src/pkgconf.mk +++ b/src/pkgconf.mk @@ -37,7 +37,7 @@ define $(PKG)_BUILD_COMMON # install config.guess for general use $(INSTALL) -d '$(PREFIX)/bin' - $(INSTALL) -m755 '$(TOP_DIR)/tools/config.guess' '$(PREFIX)/bin/' + $(INSTALL) -m755 '$(EXT_DIR)/config.guess' '$(PREFIX)/bin/' # create pkg-config script (echo '#!/bin/sh'; \ |