summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-08-13 22:54:20 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-08-13 22:54:20 -0600
commit342c0ea6a896c37de1ce9cb7dd9dc002c54865da (patch)
treebd62c0db24994431f4c03383de18c9e3d4b6da7a
parent97d80ca25b9d0b76c88774b8d566d15d4e1eb21f (diff)
Fix bug in Makefileparabolaweb-2015-08-14-1
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 145566b8..925329ed 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ clean:
printf -- '%s\n' $(patsubst $*%,%,$(filter $*/%,$(generated))) | LC_COLLATE=C sort > $@
# Make directories
-$(dl-cache) $(bin):
+$(dl-cache) $(dl-cache)/unzip $(bin):
mkdir -p '$@'
# Don't have non-minimized .js stick around unless we asked for them.
@@ -96,7 +96,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