summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.unix
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-07 12:56:34 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-07 12:56:34 +0000
commitc30b530266ee87b352f98e54287bc3c054c88060 (patch)
tree0fb03ae79580117eb5be9ff5767b1f078e5d3a6d /crawl-ref/source/makefile.unix
parent9a5dd81c99d8cd33c826d47f61eded48494a484e (diff)
downloadcrawl-ref-c30b530266ee87b352f98e54287bc3c054c88060.tar.gz
crawl-ref-c30b530266ee87b352f98e54287bc3c054c88060.zip
[1638394] Added support for portal vaults.
Included David's portal vaults for the Mines, Lair and Vaults. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@930 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile.unix')
-rw-r--r--crawl-ref/source/makefile.unix1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.unix b/crawl-ref/source/makefile.unix
index b8f3784aae..1b3f63d8eb 100644
--- a/crawl-ref/source/makefile.unix
+++ b/crawl-ref/source/makefile.unix
@@ -186,7 +186,6 @@ distclean: clean
$(GAME): $(GAME_DEPENDS)
${CXX} ${LDFLAGS} $(CFLAGS) $(OBJECTS) -o $(GAME) $(LIB)
- chmod ${MCHMOD} $(GAME)
debug: $(GAME_DEPENDS)
${CXX} ${LDFLAGS} $(CFLAGS) $(OBJECTS) -o $(GAME) $(LIB)