[build] Avoid using $< in lazy assignments
commit8dc98c1df16be56e97ddd08ff23130bc4d3e121b
authorNicola Fontana <ntd@entidi.it>
Wed, 3 Mar 2010 22:56:20 +0000 (3 23:56 +0100)
committerNicola Fontana <ntd@entidi.it>
Wed, 3 Mar 2010 22:56:20 +0000 (3 23:56 +0100)
treeb325baa4af18ec6d845e250aeda95ad6a9b1aa47
parent6c384bc3715dd6fde619868fbe74ea38eb6a9f08
[build] Avoid using $< in lazy assignments

On OpenSolaris, the $< presents in genmarshal_to_c and genmarshal_to_h
expanded to an empty string, dunno why. Changing it to $^ (the expansion
should be the same because there is only one prerequisite) solves the
issue.
adg/Makefile.am