summaryrefslogtreecommitdiff
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
parentaa6f2e51254f21700f52b7042a5050596dca4f04 (diff)
remove dup
-rw-r--r--.gitignore1
-rw-r--r--Makefile5
2 files changed, 1 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 2cce32cda..8da10f6ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,6 @@ build-stamp
Build/SysConfig.hs
Build/InstallDesktopFile
Build/EvilSplicer
-Build/InstallDesktopFile
Build/Standalone
Build/OSXMkLibs
git-annex
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