diff --git a/src/pw3270/Makefile.in b/src/pw3270/Makefile.in index 6963a39..72720c4 100644 --- a/src/pw3270/Makefile.in +++ b/src/pw3270/Makefile.in @@ -161,8 +161,7 @@ $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/%.png: \ @echo $< ... @$(MKDIR) `dirname $@` - @$(SVG2PNG) $< --format=png > $@ - @$(OPTIPNG) -o7 $@ + @$(OPTIPNG) -out $@ -o7 $< #---[ Release Targets ]------------------------------------------------------------------ -- libgit2 0.21.2