Ruslan Ermilov 04a398293c Command line variables take precedence over global variables.
Make this true in the .for loops too.  The following fragment,

	FOO=	foo bar

	all:
	.for f in ${FOO}
		@echo ${f}
	.endfor

when run as "make FOO=xxx" should print "xxx".  (OpenBSD had
this bug fixed for some time.)
2003-09-08 08:23:29 +00:00
..
2003-02-03 04:15:53 +00:00
2002-09-17 21:29:06 +00:00
2002-09-17 21:29:06 +00:00
2002-04-13 10:57:56 +00:00
2002-09-17 21:29:06 +00:00
2002-09-17 21:29:06 +00:00
2002-09-17 21:29:06 +00:00
2003-04-15 14:27:21 +00:00
2002-09-17 21:29:06 +00:00