Paul Smith 0799ce730d Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)),
reported by Markus Mauhart <qwe123@chello.at>.  One was a simple typo; to
fix the other we call patsubst_expand() for all instances of variable
substitution, even when there is no '%'.  We used to call subst_expand()
with a special flag set in the latter case, but it didn't work properly
in all situations.  Easier to just use patsubst_expand() since that's
what it is.
2004-09-21 04:00:31 +00:00
..
2003-11-04 07:40:29 +00:00
if
2003-11-04 07:40:29 +00:00
2004-02-25 19:30:27 +00:00
2000-04-22 02:11:17 +00:00
2002-07-08 02:26:47 +00:00
2004-05-16 19:16:52 +00:00