summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-08-13 22:54:20 -0600
committerLuke Shumaker <lukeshu@parabola.nu>2019-03-10 01:08:40 -0500
commitb7be9459584b512de9b9408b04330efe3fcd9771 (patch)
tree58c44b36b0107a1274fff40e182fdae005ade358
parentddcb8547d12bd571bf8e753a656314d70f2a44cd (diff)
Fix bug in Makefile
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 821cd86b..3b4bef11 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ clean:
.PHONY: clean
# Make directories
-$(dl-cache) $(bin):
+$(dl-cache) $(dl-cache)/unzip $(bin):
mkdir -p '$@'
# Don't clean up the pre-minified files
@@ -108,7 +108,7 @@ sitestatic/rss.png: $(dl-cache)/unzip/Feedicons_v.2/RSS_16.png
sitestatic/rss@2x.png: $(dl-cache)/unzip/Feedicons_v.2/RSS_32.png
pngcrush $< $@
-$(dl-cache)/unzip/parabola-artwork: $(www)/git/projects.parabola.nu/artwork.git\#branch=official/2013
+$(dl-cache)/unzip/parabola-artwork: $(www)/git/projects.parabola.nu/artwork.git\#branch=official/2013 | $(dl-cache)/unzip
cp -rT '$<' '$@'
make -C '$@'
$(dl-cache)/unzip/parabola-artwork/%: $(dl-cache)/unzip/parabola-artwork