Use explicit -o for rsvg-convert output to files

This commit is contained in:
Aurélien COUDERC
2019-02-02 16:33:24 +01:00
parent e48a99660a
commit 8b507869fc
7 changed files with 13 additions and 13 deletions

View File

@@ -16,9 +16,9 @@ install:
$(INSTALL_DATA) $(wildcard *.png *.sh) $(DESTDIR)/$(dir)
grub-4x3.png: grub-4x3.svg
rsvg-convert $< > $@
rsvg-convert $< -o $@
grub-16x9.png: grub-16x9.svg
rsvg-convert $< > $@
rsvg-convert $< -o $@
include ../../Makefile.inc