From 342c0ea6a896c37de1ce9cb7dd9dc002c54865da Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 13 Aug 2015 22:54:20 -0600 Subject: Fix bug in Makefile --- Makefile | 4 ++-- 1 file 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 -- cgit v1.2.2