dlls/Makefile.in

Marcus Meissner marcus at jet.franken.de
Tue Jan 7 01:17:45 CST 2003


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



More information about the wine-devel mailing list