michael@0: ifdef RANDOM michael@0: ifeq (,$(error Not evaluated!)) michael@0: endif michael@0: endif michael@0: michael@0: ifdef RANDOM michael@0: ifeq (,) michael@0: else ifeq (,$(error Not evaluated!)) michael@0: endif michael@0: endif michael@0: michael@0: all: michael@0: @echo TEST-PASS