make/Makefile

changeset 188
ba12732b1453
parent 170
86f60e5b3975
child 194
de11bd049d6f
equal deleted inserted replaced
186:359d0c8c00a0 188:ba12732b1453
134 $(error "$(ANT) not found; please update ANT_HOME") 134 $(error "$(ANT) not found; please update ANT_HOME")
135 endif 135 endif
136 else 136 else
137 ANT = ant 137 ANT = ant
138 ifneq ($(shell which $(ANT) > /dev/null; echo $$?), 0) 138 ifneq ($(shell which $(ANT) > /dev/null; echo $$?), 0)
139 $(error "\"ant\" not found; please set ANT_HOME or put \"ant\" on your PATH") 139 $(error "'ant' not found; please set ANT_HOME or put 'ant' on your PATH")
140 endif 140 endif
141 endif 141 endif
142 142
143 # Default target and expected 'do everything' target 143 # Default target and expected 'do everything' target
144 default: all 144 default: all

mercurial