summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-31 18:33:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-31 18:33:19 -0400
commitc950e8fba0de95f3a102b2653f70457fc8f19ab3 (patch)
treec66d818c72d6c09e484b56df43ce720abac52848 /Makefile
parent4b5ffe8f9b84c20912871b0dfe627d041ce2d99f (diff)
move out to template
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a6fdab7ca..8eef53f30 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ FEATURES=-DWITH_ASSISTANT -DWITH_S3 -DWITH_WEBAPP
bins=git-annex
mans=git-annex.1 git-annex-shell.1
sources=Build/SysConfig.hs Utility/Touch.hs Utility/Mounts.hs
-thfiles=Assistant/Threads/WebApp.hs
+thfiles=Assistant/Threads/WebApp.hs $(shell find Assistant/WebApp*)
all=$(bins) $(mans) docs
OS:=$(shell uname | sed 's/[-_].*//')
@@ -58,7 +58,7 @@ Build/SysConfig.hs: configure.hs Build/TestConfig.hs Build/Configure.hs
# Force GHC to rebuild template haskell files whenever includes
# change
-$(thfiles): $(shell echo templates/* static/*)
+$(thfiles): $(shell find templates static)
$(thfiles):
touch $(thfiles)