diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-17 11:38:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-17 11:38:55 -0400 |
commit | 768ef350be189e96497b3153a8329ba1403fa044 (patch) | |
tree | 9123d94fc6bff62b9cca741943a915db78925e9e /Makefile | |
parent | c8d76a25e59449678455c9bd69a6a070861e730b (diff) |
add missing dep
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |