unterminated-dollar.mk 74 B

1234567
  1. VAR = value$
  2. VAR2 = other
  3. all:
  4. test "$(VAR)" = "value"
  5. @echo TEST-PASS