aboutsummaryrefslogtreecommitdiff
path: root/testcase/err_ifdef_with_leading_space.mk
blob: b46a31f9128e0f2c7a33b81845276e6406534081 (plain)
1
2
3
4
5
6
7
8
# TODO(go): Fix

B := $(subst S, ,Sa)
ifdef $(B)
$(info PASS)
else
$(error FAIL)
endif