main shinobi / tests / mk / gnu / variables / append / t2306 / mk
1
2hello=file
3al%: hello+=one
4all: hello+=two
5$(info $(hello:X=Y))
6all:; $(info $(hello:X=Y))