X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fimages%2FMakefile.am;h=3a263afa91b4b442c7f8f45e3f9aaaf1e66791fc;hb=6ee1233ccd00e071d9a1b1f305d980ed91bd1939;hp=6ebd87a6553b44150590a7547d942a9483f93a55;hpb=f3a492d8e1891544fd0ef89590b1560715968ced;p=synfig.git 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