From 2d2ffab5abf578fd1ecd853bff126d0160238c75 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 1 Apr 2007 07:28:28 +0000 Subject: Fixed borked distclean target. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.2@1159 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/makefile.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-54-g00ecf