Date: Sat, 21 Apr 2012 20:18:12 -0700 From: Yuri <yuri@rawbw.com> To: freebsd-hackers@FreeBSD.org Subject: Why make(1) doesn't support the internal macro $< ? Message-ID: <4F937874.7050506@rawbw.com>
next in thread | raw e-mail | index | archive | help
When I run 'make' on the following makefile, $@ gets printed but $< doesn't. Why? Yuri --- Makefile --- file-out: file-in @echo "target=" $@ " src=" $<; touch $@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F937874.7050506>