summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-14 16:17:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-14 16:17:34 -0400
commitace27d5cc75f1115f4cacb6776ecbb1bed053ccc (patch)
tree7269916c87a996352d1403ff55fac8d3379e56fd /Makefile
parentaa6f2e51254f21700f52b7042a5050596dca4f04 (diff)
remove dup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6b03126f9..35eb67e0e 100644
--- a/Makefile
+++ b/Makefile
@@ -75,15 +75,12 @@ clean:
rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \
doc/.ikiwiki html dist tags Build/SysConfig.hs build-stamp \
Setup.hi Setup.o Setup Build/InstallDesktopFile \
- Build/EvilSplicer Build/InstallDesktopFile \
- Build/Standalone Build/OSXMkLibs
+ Build/EvilSplicer Build/Standalone Build/OSXMkLibs
Build/InstallDesktopFile: Build/InstallDesktopFile.hs
$(GHC) --make $@
Build/EvilSplicer: Build/EvilSplicer.hs
$(GHC) --make $@
-Build/InstallDesktopFile: Build/InstallDesktopFile.hs
- $(GHC) --make $@
Build/Standalone: Build/Standalone.hs
$(GHC) --make $@
Build/OSXMkLibs: Build/OSXMkLibs.hs