1
2.SECONDEXPANSION:
3vpath hello.c src
4all: hello.c; $(info $@ from $^)
5hello.c: $$(info second expansion of hello.c prereqs); $(info 1 $@)
6src/hello.c: $$(info second expansion of src/hello.c prereqs); $(info 2 $@)
1
2.SECONDEXPANSION:
3vpath hello.c src
4all: hello.c; $(info $@ from $^)
5hello.c: $$(info second expansion of hello.c prereqs); $(info 1 $@)
6src/hello.c: $$(info second expansion of src/hello.c prereqs); $(info 2 $@)