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

Why?

Yuri


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

_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to