summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.unix
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-01 07:29:10 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-01 07:29:10 +0000
commit11133a3f5480ea94be1aa47fc120e71a95ac6210 (patch)
tree0f3dc857a6c85126f414f087cd50ad956028b743 /crawl-ref/source/makefile.unix
parent6ef8b0bd1f99d441e9a82a948f19544b99d2a53c (diff)
downloadcrawl-ref-11133a3f5480ea94be1aa47fc120e71a95ac6210.tar.gz
crawl-ref-11133a3f5480ea94be1aa47fc120e71a95ac6210.zip
Fixed distclean for trunk.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1160 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 bb983325aa..65896a34fd 100644
--- a/crawl-ref/source/makefile.unix
+++ b/crawl-ref/source/makefile.unix
@@ -182,7 +182,7 @@ distclean: clean
$(DELETE) core
$(DELETE) *.0*
$(DELETE) *.lab
- [ -f $(DEPENDENCY_MKF) ] && $(DELETE) $(DEPENDENCY_MKF)
+ $(DELETE) $(DEPENDENCY_MKF)
$(GAME): $(GAME_DEPENDS)
${CXX} ${LDFLAGS} $(CFLAGS) $(OBJECTS) -o $(GAME) $(LIB)