X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fimages%2FMakefile.am;h=3a263afa91b4b442c7f8f45e3f9aaaf1e66791fc;hb=22a64c6070122f43a0a5cbd7f7328a758137e76b;hp=deec44c99b3f228c09fdd4872eda23d60c0f4cce;hpb=c441f95936e8e9d8f0f691a4866d3d2f9c832fab;p=synfig.git diff --git a/synfig-studio/trunk/images/Makefile.am b/synfig-studio/trunk/images/Makefile.am index deec44c..3a263af 100644 --- a/synfig-studio/trunk/images/Makefile.am +++ b/synfig-studio/trunk/images/Makefile.am @@ -22,10 +22,9 @@ 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).* + rm -f ./$(PNGTOICO).* $*-16x16.png $*-32x32.png $*-64x64.png clean: $(RM) $(CLEANFILES)