CVSROOT: /cvs Module name: src Changes by: nat...@cvs.openbsd.org 2016/10/14 03:27:21
Modified files: usr.bin/make : Makefile generate.c var.c var.h Log message: Implement the ${<D} and ${<F} variables, as documented in the manual. They are equivalent to ${<:H} and ${<:T} repectively, however the former variants are more portable, as they are understood by GNU, FreeBSD and NetBSD make too. absence of those variables reported by Dario Niedermann <dnied at tiscali.it> ok millert espie