blob: 45baa03e47d500a21e6fe99c572b8a822fffc7e6 [file] [log] [blame]
# When a line only has semicolons after variables are expanded, they
# are silently ignored, for some reason.
SEMI:=;
$(SEMI)
$(SEMI) $(SEMI)
$(foreach v,x,;)
test:
echo PASS