From cd46c93cc859f52893c984378f5e8721db16b2fb Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 1 Sep 2008 23:59:00 +0000 Subject: Per email to arch@ a little while ago (that was greeted with silence), prefer the more common > ${.TARGET} over > opt_foo.h in modules makefiles. --- sys/modules/ar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/ar') diff --git a/sys/modules/ar/Makefile b/sys/modules/ar/Makefile index 78fe22e..9350ac0 100644 --- a/sys/modules/ar/Makefile +++ b/sys/modules/ar/Makefile @@ -10,7 +10,7 @@ NETGRAPH?= 0 .if ${NETGRAPH} != 0 opt_netgraph.h: - echo "#define NETGRAPH ${NETGRAPH}" > opt_netgraph.h + echo "#define NETGRAPH ${NETGRAPH}" > ${.TARGET} .endif .endif -- cgit v1.1