From: pabs Date: Wed, 14 Feb 2007 00:19:27 +0000 (+0000) Subject: Apply 1659126: fix Win32 icon generation with png2ico. Patch by Dmitriy Pomerantsev... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=98d969002568a8c55ab35136d236ad98d154ad62;p=synfig.git Apply 1659126: fix Win32 icon generation with png2ico. Patch by Dmitriy Pomerantsev (Atrus) git-svn-id: http://svn.voria.com/code@242 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/images/Makefile.am b/synfig-studio/trunk/images/Makefile.am index 6ebd87a..3a263af 100644 --- a/synfig-studio/trunk/images/Makefile.am +++ b/synfig-studio/trunk/images/Makefile.am @@ -22,8 +22,7 @@ PNGTOICO=png2ico .sif.ico: $(SYNFIG) $< -w 16 -h 16 -o $*-16x16.png $< -w 32 -h 32 -o $*-32x32.png $< -w 64 -h 64 -o $*-64x64.png - p2i=`which $(PNGTOICO)` - cp -f $${p2i}.* ./ + cp -f `which $(PNGTOICO)`.* ./ $(PNGTOICO) $@ $*-16x16.png $*-32x32.png $*-64x64.png rm -f ./$(PNGTOICO).* $*-16x16.png $*-32x32.png $*-64x64.png