Why make(1) doesn't support the internal macro $< ?

Yuri yuri at rawbw.com
Sun Apr 22 03:18:19 UTC 2012


When I run 'make' on the following makefile, $@ gets printed but $< doesn't.

Why?

Yuri


--- Makefile ---
file-out: file-in
         @echo "target=" $@ " src=" $<; touch $@



More information about the freebsd-hackers mailing list