From: Jay Freeman (saurik) Date: Mon, 20 May 2019 00:05:26 +0000 (-0700) Subject: Fix awkward build cycling from using new pngcrush. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/5735c325ca335a79f28d2e20b77629c6e1f0f080 Fix awkward build cycling from using new pngcrush. --- diff --git a/makefile b/makefile index 8605a989..d503c390 100644 --- a/makefile +++ b/makefile @@ -263,6 +263,7 @@ Images/%.png: %.png @mkdir -p $(dir $@) @echo "[pngc] $<" @./pngcrush.sh $< $@ + @touch $@ sysroot: sysroot.sh @echo "Your ./sysroot/ is either missing or out of date. Please read compiling.txt for help." 1>&2