summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.unix
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-25 13:15:50 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-25 13:15:50 +0000
commitf2a94f71c96d1c838df9d509d75dae2398c0a875 (patch)
tree8bd5d9267159f7e4eb25d8a12b5e48b3a44bd36f /crawl-ref/source/makefile.unix
parente627cdb52f061a6bddf6213ce1ae564ce79deb72 (diff)
downloadcrawl-ref-f2a94f71c96d1c838df9d509d75dae2398c0a875.tar.gz
crawl-ref-f2a94f71c96d1c838df9d509d75dae2398c0a875.zip
Tweak makefile to clobber existing symlink to Crawl.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3334 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile.unix')
-rw-r--r--crawl-ref/source/makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.unix b/crawl-ref/source/makefile.unix
index 0e8e0632e0..07a17895db 100644
--- a/crawl-ref/source/makefile.unix
+++ b/crawl-ref/source/makefile.unix
@@ -244,7 +244,7 @@ ifneq ($(SAVEDIR),)
chown $(INSTALL_UGRP) $(SAVEDIR)
chmod $(MCHMOD_SAVEDIR) $(SAVEDIR)
endif
- ln -s $(INSTALLDIR)/$(GAME) /usr/local/bin/
+ ln -sf $(INSTALLDIR)/$(GAME) /usr/local/bin/
clean:
$(DELETE) *.o