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

http://github.com/zpao/v8monkey · Makefile · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · fb75409be08a0b54e976e7c35cd30013 MD5 · raw file

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