changeset 3230:bd4487905031

Update makefile.in for pkg-config name in cross compile * ./makefile.in: change from compile pkg-config name from $(MXE_TOOL_PREFIX)pkg-config to pkg-config (which is what gets installed)
author John Donoghue <john.donoghue@ieee.org>
date Sat, 10 Aug 2013 17:51:12 -0400
parents 1cbee4743e97
children ed6444cc0dcb
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Sat Aug 10 16:10:01 2013 -0400
+++ b/Makefile.in	Sat Aug 10 17:51:12 2013 -0400
@@ -235,7 +235,7 @@
   else
     MXE_WINDRES := true
   endif
-  MXE_PKG_CONFIG := '$(BUILD_TOOLS_PREFIX)/bin/$(MXE_TOOL_PREFIX)pkg-config'
+  MXE_PKG_CONFIG := '$(BUILD_TOOLS_PREFIX)/bin/pkg-config'
   MXE_QMAKE := '$(BUILD_TOOLS_PREFIX)/bin/$(MXE_TOOL_PREFIX)qmake'
 endif