comparison 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
comparison
equal deleted inserted replaced
3662:2313df3c9689 3663:16615236ec37
207 ifeq ($(MXE_NATIVE_MINGW_BUILD),yes) 207 ifeq ($(MXE_NATIVE_MINGW_BUILD),yes)
208 REQUIREMENTS += python 208 REQUIREMENTS += python
209 BUILD_TOOLS := $(filter-out build-python, $(BUILD_TOOLS)) 209 BUILD_TOOLS := $(filter-out build-python, $(BUILD_TOOLS))
210 endif 210 endif
211 211
212 # use the a native awk in native mingw
213 ifeq ($(MXE_NATIVE_MINGW_BUILD),yes)
214 REQUIREMENTS += awk
215 BUILD_TOOLS := $(filter-out build-gawk, $(BUILD_TOOLS))
216 endif
212 217
213 ifeq ($(USE_SYSTEM_GCC),yes) 218 ifeq ($(USE_SYSTEM_GCC),yes)
214 BUILD_TOOLS := $(filter-out $(BUILD_COMPILER_TOOLS), $(BUILD_TOOLS)) 219 BUILD_TOOLS := $(filter-out $(BUILD_COMPILER_TOOLS), $(BUILD_TOOLS))
215 endif 220 endif
216 ifneq ($(MXE_SYSTEM),msvc) 221 ifneq ($(MXE_SYSTEM),msvc)