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