Mypal/build/pymake/tests/unterminated-dollar.mk

7 lines
74 B
Makefile

VAR = value$
VAR2 = other
all:
test "$(VAR)" = "value"
@echo TEST-PASS