summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-17 11:38:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-17 11:38:55 -0400
commit768ef350be189e96497b3153a8329ba1403fa044 (patch)
tree9123d94fc6bff62b9cca741943a915db78925e9e /Makefile
parentc8d76a25e59449678455c9bd69a6a070861e730b (diff)
add missing dep
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 995f21e81..7a3c5b688 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ Build/InstallDesktopFile: Build/InstallDesktopFile.hs
$(GHC) --make $@
Build/EvilSplicer: Build/EvilSplicer.hs
$(GHC) --make $@
-Build/Standalone: Build/Standalone.hs
+Build/Standalone: Build/Standalone.hs Build/SysConfig.hs
$(GHC) --make $@
Build/OSXMkLibs: Build/OSXMkLibs.hs
$(GHC) --make $@