summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6861a0a..f88fb95 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,8 @@ public-src/3rd-party/yarn.LICENSES.txt: bin/yarn-bower public-src/3rd-party/pack
public/3rd-party: public-src/3rd-party/yarn.LICENSES.txt
public/3rd-party: public-src/3rd-party/jquery-1.6.3.js
public/3rd-party:
- @touch $@
+ ln -srTf public-src/3rd-party '$@'
+ @test -d $@ && touch $@
public-src/jarmon-style/%.gif: public-src/3rd-party/yarn.LICENSES.txt
@test -f $@
public-src/3rd-party/jquery-%.js: