diff Makefile.in @ 3663:16615236ec37

Remove build-gawk as a dependacy in native mingw * Makefile.am: in native ming remove build-gawk build, and add awk as a requirement
author John Donoghue <john.donoghue@ieee.org>
date Sat, 12 Jul 2014 07:55:32 -0400
parents 5ab3fc53d7a5
children d95b8b84cea7
line wrap: on
line diff
--- a/Makefile.in	Fri Jul 11 15:57:24 2014 -0400
+++ b/Makefile.in	Sat Jul 12 07:55:32 2014 -0400
@@ -209,6 +209,11 @@
   BUILD_TOOLS := $(filter-out build-python, $(BUILD_TOOLS))
 endif
 
+# use the a native awk in native mingw
+ifeq ($(MXE_NATIVE_MINGW_BUILD),yes)
+  REQUIREMENTS += awk
+  BUILD_TOOLS := $(filter-out build-gawk, $(BUILD_TOOLS))
+endif
 
 ifeq ($(USE_SYSTEM_GCC),yes)
   BUILD_TOOLS := $(filter-out $(BUILD_COMPILER_TOOLS), $(BUILD_TOOLS))