VERSION = 1 SUBLEVEL = 2 PATCHLEVEL = 6 OBJTREE := $(if $(VERSION),$(SUBLEVEL),$(PATCHLEVEL)) all: @echo "$(OBJTREE)"
$ make 2