Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
tab-intro.mk
blob: 1c25ce747849f12f42960f566ba52f3136ead92b [
file
] [
log
] [
blame
]
# Initial tab characters should be treated well.
THIS
=
a value
ifdef THIS
VAR
=
conditional value
endif
all
:
test
"$(THIS)"
=
"another value"
test
"$(VAR)"
=
"conditional value"
@echo
TEST
-
PASS
THAT
=
makefile syntax
THIS
=
another value