mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
14 lines
152 B
Makefile
14 lines
152 B
Makefile
|
ifdef RANDOM
|
||
|
ifeq (,$(error Not evaluated!))
|
||
|
endif
|
||
|
endif
|
||
|
|
||
|
ifdef RANDOM
|
||
|
ifeq (,)
|
||
|
else ifeq (,$(error Not evaluated!))
|
||
|
endif
|
||
|
endif
|
||
|
|
||
|
all:
|
||
|
@echo TEST-PASS
|