diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-08-13 22:54:20 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-08-13 22:54:20 -0600 |
commit | 342c0ea6a896c37de1ce9cb7dd9dc002c54865da (patch) | |
tree | bd62c0db24994431f4c03383de18c9e3d4b6da7a /Makefile | |
parent | 97d80ca25b9d0b76c88774b8d566d15d4e1eb21f (diff) |
Fix bug in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |