Ken Sharp <kennyb...@o2.co.uk> writes:

> @@ -111,6 +111,9 @@ filter: dummy
>  .svg.bmp:
>       CONVERT="$(CONVERT)" ICOTOOL="$(ICOTOOL)" RSVG="$(RSVG)" $(BUILDIMAGE) 
> $< $@
>  
> +$(top_srcdir)/po/en_PH.po: $(top_srcdir)/po/en_US.po
> +     $(LN_S) -f en_US.po $@
> +

You can't create links in the source tree, and in any case this should
be done directly in wrc, with some sort of alias mechanism.

-- 
Alexandre Julliard
julli...@winehq.org


Reply via email to