From 6bf44bfbc5caa1628add505bac5898092313fc46 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 17 Apr 2013 11:38:55 -0400 Subject: [PATCH] add missing dep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 995f21e814..7a3c5b688d 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 $@