1 # TODO(go): Fix 2 3 B := $(subst S, ,Sa) 4 ifdef $(B) 5 $(info PASS) 6 else 7 $(error FAIL) 8 endif 9