7 Jan
2003
7 Jan
'03
9:17 a.m.
On Mon, Jan 06, 2003 at 01:55:26PM -0600, Jeff Smith wrote:
Changelog: Make use of the automatic variable "$<" in dll make rules.
advapi32.dll$(DLLEXT): advapi32/advapi32.dll$(DLLEXT) - $(RM) $@ && $(LN_S) advapi32/advapi32.dll$(DLLEXT) $@ + $(RM) $@ && $(LN_S) $< $@
Some not so compatible versions of make only like this variable in pattern replacement rules, so this might not work on all platforms. And I don't see a reason for this change, these entries are generated by a script and who should care if they are longer or not? Ciao, Marcus